xref: /titanic_41/usr/src/cmd/make/lib/bsd/Makefile (revision 3625efb1376c3d31a0e742ed72b778e5b3add543)
1*3625efb1SRichard Lowe#
2*3625efb1SRichard Lowe# This file and its contents are supplied under the terms of the
3*3625efb1SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*3625efb1SRichard Lowe# You may only use this file in accordance with the terms of version
5*3625efb1SRichard Lowe# 1.0 of the CDDL.
6*3625efb1SRichard Lowe#
7*3625efb1SRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*3625efb1SRichard Lowe# source.  A copy of the CDDL is also available via the Internet at
9*3625efb1SRichard Lowe# http://www.illumos.org/license/CDDL.
10*3625efb1SRichard Lowe#
11*3625efb1SRichard Lowe
12*3625efb1SRichard Lowe# Copyright 2015, Richard Lowe.
13*3625efb1SRichard Lowe
14*3625efb1SRichard LoweLIBRARY = libbsd.a
15*3625efb1SRichard LoweVERS = .1
16*3625efb1SRichard LoweOBJECTS = bsd.o
17*3625efb1SRichard Lowe
18*3625efb1SRichard Loweinclude $(SRC)/lib/Makefile.lib
19*3625efb1SRichard Loweinclude ../../Makefile.com
20*3625efb1SRichard Lowe
21*3625efb1SRichard LoweLIBS = $(LIBRARY)
22*3625efb1SRichard LoweSRCDIR = ../
23*3625efb1SRichard LoweCPPFLAGS += -D_FILE_OFFSET_BITS=64
24*3625efb1SRichard Lowe
25*3625efb1SRichard Loweall: $(LIBS)
26*3625efb1SRichard Lowe
27*3625efb1SRichard Loweinstall: all
28*3625efb1SRichard Lowe
29*3625efb1SRichard Lowelint:
30*3625efb1SRichard Lowe
31*3625efb1SRichard Lowe_msg:
32*3625efb1SRichard Lowe
33*3625efb1SRichard Loweinclude $(SRC)/lib/Makefile.targ
34