summaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@NetBSD.org>2000-12-30 02:06:42 +0000
committersommerfeld <sommerfeld@NetBSD.org>2000-12-30 02:06:42 +0000
commit8a39635d34f0fea2a316e8a4fe7ad5ec60f367bf (patch)
tree6d4a4655f8f1a645ecb5220abef0a2aa6d985dc9 /usr.bin/make/Makefile
parenta804073cac6a7d00646ad8a1ea5d79104c98e4cd (diff)
Back out debug cruft.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 83b82f1ee5f..aa6b4019228 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,10 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2000/12/30 02:05:20 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.23 2000/12/30 02:06:42 sommerfeld Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-DBG=-g
-LDSTATIC=-static
-WARNS?= 1
-WFORMAT?= 2
CPPFLAGS+= -I${.CURDIR}
PROG= make
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \