Module Name:    src
Committed By:   dsl
Date:           Wed May 18 06:36:48 UTC 2011

Modified Files:
        src/usr.bin/make: Makefile

Log Message:
Back out a local change


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/usr.bin/make/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/Makefile
diff -u src/usr.bin/make/Makefile:1.52 src/usr.bin/make/Makefile:1.53
--- src/usr.bin/make/Makefile:1.52	Tue May 17 21:56:51 2011
+++ src/usr.bin/make/Makefile	Wed May 18 06:36:48 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.52 2011/05/17 21:56:51 dsl Exp $
+#	$NetBSD: Makefile,v 1.53 2011/05/18 06:36:48 dsl Exp $
 #	@(#)Makefile	5.2 (Berkeley) 12/28/90
 
 PROG=	make
@@ -38,7 +38,6 @@
 CPPFLAGS+= -DMAKE_NATIVE
 COPTS.var.c+= -Wno-cast-qual
 
-.if 0
 .ifdef TOOLDIR
 # this is a native netbsd build, 
 # use libutil rather than the local emalloc etc.
@@ -46,7 +45,6 @@
 LDADD+=-lutil
 DPADD+=${LIBUTIL}
 .endif
-.endif
 
 # A simple unit-test driver to help catch regressions
 accept test:

Reply via email to