summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorplunky <plunky@NetBSD.org>2010-11-22 08:35:44 +0000
committerplunky <plunky@NetBSD.org>2010-11-22 08:35:44 +0000
commit114bcdc0d060e10f1eed9c8443df7d72a293c12f (patch)
treea1d2da6f73fe4125889cdf2732d95ecc1d217258 /Makefile
parent06b588fa3e4c802c4b3ff5c36bf48bebc0cae29f (diff)
no need to create a do-lib-libdes target, the directory no longer exists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ddcabc2243..9e68b4e99ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.278 2010/07/06 05:59:50 mrg Exp $
+# $NetBSD: Makefile,v 1.279 2010/11/22 08:35:44 plunky Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -416,7 +416,7 @@ BUILD_CC_LIB+= external/bsd/pcc/crtstuff
BUILD_CC_LIB+= external/bsd/pcc/libpcc
.endif
-.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib/libdes lib gnu/lib external/lib crypto/external/lib sys/rump/dev/lib sys/rump/fs/lib sys/rump/kern/lib sys/rump/net/lib sys/modules
+.for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib gnu/lib external/lib crypto/external/lib sys/rump/dev/lib sys/rump/fs/lib sys/rump/kern/lib sys/rump/net/lib sys/modules
do-${dir:S/\//-/g}: .PHONY .MAKE
.for targ in dependall install
${MAKEDIRTARGET} ${dir} ${targ}