summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index a4e7da7f5c4..473e74925c5 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,7 +1,5 @@
-# $NetBSD: Makefile,v 1.147 2017/04/10 02:57:35 phil Exp $
+# $NetBSD: Makefile,v 1.148 2017/04/10 16:40:11 christos Exp $
.include <bsd.own.mk>
-SUBDIR+= dc
-
.include <bsd.subdir.mk>
since it is smaller; from Marc Espie.christos 2003-12-02yy_flex_realloc(): apply __attribute__((__unused__)) instead oflukem 2003-11-18More g++-3 fixes:christos 2003-11-18Try to fix cplusplus by adding std:: in some places.christos 2003-10-28include <malloc.h> only if we don't have <stdlib.h>christos 2003-10-27Overhaul how `build.sh tools' are used:lukem 2003-10-21Rework how MAKEVERBOSE operates:lukem 2003-10-19support MAKEVERBOSE and use ${HOST_SH}lukem