Changed the forward definition of tskip and tdecode to match the
[unix-history] / lib / Makefile
index 738f187..0605427 100644 (file)
@@ -1,10 +1,12 @@
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
-SUBDIR=        csu.${MACHINE} libc libcurses libg++ libm \
-       libresolv librpc libtelnet libterm libutil liby
+SUBDIR=        csu.${MACHINE} libc libcurses libm \
+       libresolv librpcsvc libtelnet libterm libutil liby
 
 .if exists(libcrypt)
 
 .if exists(libcrypt)
+.if !defined(NOCRYPT)
 SUBDIR+= libcrypt
 .endif
 SUBDIR+= libcrypt
 .endif
+.endif
 
 .include <bsd.subdir.mk>
 
 .include <bsd.subdir.mk>