Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.prog.mk,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/share/mk/bsd.prog.mk 1993/04/26 03:26:17 1.14 +++ src/share/mk/bsd.prog.mk 1993/04/26 13:07:59 1.15 @@ -20,6 +20,9 @@ BINMODE?= 555 LIBCRT0?= /usr/lib/crt0.o LIBC?= /usr/lib/libc.a LIBCOMPAT?= /usr/lib/libcompat.a +.ifndef EXPORTABLE_SYSTEM +LIBCRYPT?= /usr/lib/libcrypt.a +.endif LIBCURSES?= /usr/lib/libcurses.a LIBDBM?= /usr/lib/libdbm.a LIBDES?= /usr/lib/libdes.a