diff options
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/Makefile | 6 |
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 \ |
