Deleted Added
full compact
Makefile (11067) Makefile (11071)
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
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 libcrypt libcurses libedit \
13SUBDIR+= libc libcompat libcom_err libcurses libedit \
14 libf2c libforms \
15 libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
16 libscsi libskey libss libtermcap libutil liby
17
14 libf2c libforms \
15 libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \
16 libscsi libskey libss libtermcap libutil liby
17
18.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
19SUBDIR+= libcrypt
20.else
21SUBDIR+= ../secure/lib/libcrypt
22.endif
23
18.if !exists(../secure) || defined(NOSECURE)
19SUBDIR+= libtelnet
20.else
21SUBDIR+= ../secure/lib/libtelnet
22.endif
23
24.if defined(WANT_CSRG_LIBM)
25SUBDIR+= libm
26.else
27SUBDIR+= msun
28.endif
29
30.include <bsd.subdir.mk>
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>