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.
This commit is contained in:
christos 2009-04-14 17:49:45 +00:00
parent ba547ecf41
commit 185e0d409f

View File

@ -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 @@ SUBDIR= csu libc .WAIT libarch \
# 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 libgssapi libhdb
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 ====================