Deleted Added
full compact
Makefile (11699) Makefile (11819)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3
4.if ${MACHINE} == "tahoe"
5SUBDIR=csu/tahoe.pcc
6.elif ${MACHINE} == "vax"
7SUBDIR=csu/vax.pcc
8.else
9SUBDIR=csu/${MACHINE}
10.endif
11
12# XXX MISSING: libmp libplot
13SUBDIR+= libc libcompat libcom_err libcurses libedit \
14 libf2c libforms \
15 libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3
4.if ${MACHINE} == "tahoe"
5SUBDIR=csu/tahoe.pcc
6.elif ${MACHINE} == "vax"
7SUBDIR=csu/vax.pcc
8.else
9SUBDIR=csu/${MACHINE}
10.endif
11
12# XXX MISSING: libmp libplot
13SUBDIR+= libc libcompat libcom_err libcurses libedit \
14 libf2c libforms \
15 libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
16 libscsi libskey libss libtermcap libutil libxpg4 liby
16 libscsi libskey libss libtermcap libutil libxpg4 liby libipx
17
18.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
19SUBDIR+= libcrypt
20.else
21SUBDIR+= ../secure/lib/libcrypt
22.endif
23
24.if !exists(../secure) || defined(NOSECURE)
25SUBDIR+= libtelnet
26.else
27SUBDIR+= ../secure/lib/libtelnet
28.endif
29
30.if defined(WANT_CSRG_LIBM)
31SUBDIR+= libm
32.else
33SUBDIR+= msun
34.endif
35
36.include <bsd.subdir.mk>
17
18.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
19SUBDIR+= libcrypt
20.else
21SUBDIR+= ../secure/lib/libcrypt
22.endif
23
24.if !exists(../secure) || defined(NOSECURE)
25SUBDIR+= libtelnet
26.else
27SUBDIR+= ../secure/lib/libtelnet
28.endif
29
30.if defined(WANT_CSRG_LIBM)
31SUBDIR+= libm
32.else
33SUBDIR+= msun
34.endif
35
36.include <bsd.subdir.mk>