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