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:
parent
ba547ecf41
commit
185e0d409f
11
lib/Makefile
11
lib/Makefile
@ -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
|
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
@ -14,10 +14,6 @@ SUBDIR= csu libc .WAIT libarch \
|
|||||||
# libform and libmenu need libcurses
|
# libform and libmenu need libcurses
|
||||||
SUBDIR+= .WAIT libform libmenu
|
SUBDIR+= .WAIT libform libmenu
|
||||||
|
|
||||||
.if (${MKATF} != "no")
|
|
||||||
SUBDIR+= ../external/bsd/atf/lib/libatf-c ../external/bsd/atf/lib/libatf-c++
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if (${MKSKEY} != "no")
|
.if (${MKSKEY} != "no")
|
||||||
SUBDIR+= libskey
|
SUBDIR+= libskey
|
||||||
.endif
|
.endif
|
||||||
@ -97,11 +93,6 @@ SUBDIR+= .WAIT libgssapi libhdb
|
|||||||
SUBDIR+= .WAIT libkadm5srv libkadm5clnt libkafs libsl libss
|
SUBDIR+= .WAIT libkadm5srv libkadm5clnt libkafs libsl libss
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${MKLDAP} != "no")
|
|
||||||
# depends on libcrypto - only if ${MKCRYPTO}
|
|
||||||
SUBDIR+= ../external/bsd/openldap/lib
|
|
||||||
.endif
|
|
||||||
|
|
||||||
SUBDIR+= librump # depends on librumpuser
|
SUBDIR+= librump # depends on librumpuser
|
||||||
|
|
||||||
#==================== 3rd library dependency barrier ====================
|
#==================== 3rd library dependency barrier ====================
|
||||||
|
Loading…
Reference in New Issue
Block a user