Module Name: src
Committed By: christos
Date: Tue Apr 14 17:49:45 UTC 2009
Modified Files:
src/lib: Makefile
Log Message:
External stuff does not belong here. It is handled by external/lib when
descending to external from the top level. At least this is the theory
as I understand it.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.134 src/lib/Makefile:1.135
--- src/lib/Makefile:1.134 Sun Apr 12 13:09:46 2009
+++ src/lib/Makefile Tue Apr 14 13:49:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2009/04/12 17:09:46 christos Exp $
+# $NetBSD: Makefile,v 1.135 2009/04/14 17:49:45 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -14,10 +14,6 @@
# libform and libmenu need libcurses
SUBDIR+= .WAIT libform libmenu
-.if (${MKATF} != "no")
-SUBDIR+= ../external/bsd/atf/lib/libatf-c ../external/bsd/atf/lib/libatf-c++
-.endif
-
.if (${MKSKEY} != "no")
SUBDIR+= libskey
.endif
@@ -97,11 +93,6 @@
SUBDIR+= .WAIT libkadm5srv libkadm5clnt libkafs libsl libss
.endif
-.if (${MKLDAP} != "no")
- # depends on libcrypto - only if ${MKCRYPTO}
-SUBDIR+= ../external/bsd/openldap/lib
-.endif
-
SUBDIR+= librump # depends on librumpuser
#==================== 3rd library dependency barrier ====================