summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
blob: 56ca1a4324ee559dc5cd7b2edb5b958a2679844c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#	@(#)Makefile	8.1 (Berkeley) 6/4/93


.if	${MACHINE} == "tahoe"
SUBDIR=csu/tahoe.pcc
.elif	${MACHINE} == "vax"
SUBDIR=csu/vax.pcc
.else
SUBDIR=csu/${MACHINE}
.endif

# XXX MISSING:		libmp libplot
SUBDIR+=        libc libcompat libcom_err libcurses libedit \
		libf2c libforms \
	libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
	libscsi libskey libss libtermcap libutil liby

.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
SUBDIR+= libcrypt
.else
SUBDIR+= ../secure/lib/libcrypt
.endif

.if !exists(../secure) || defined(NOSECURE)
SUBDIR+= libtelnet
.else
SUBDIR+= ../secure/lib/libtelnet
.endif

.if defined(WANT_CSRG_LIBM)
SUBDIR+= libm
.else
SUBDIR+= msun
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud