summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-13 18:22:57 +0000
committerpeter <peter@FreeBSD.org>1999-04-13 18:22:57 +0000
commit22b374184d4be9aa062ff5db81671078e660d88a (patch)
treed65dbd5d9c48f19f75674b5f8e8fa961e1d1fe1c /usr.sbin/config/Makefile
parent3f5095a2fabcad266861952782330d3cb6fd5797 (diff)
downloadFreeBSD-src-22b374184d4be9aa062ff5db81671078e660d88a.zip
FreeBSD-src-22b374184d4be9aa062ff5db81671078e660d88a.tar.gz
Clean up the -g/DEBUG handling. This logic can go in the Makefile
so that config -g can work the same as: makeoptions DEBUG="-g"
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index e994b0c..047dd96 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.20 1998/05/06 15:27:57 bde Exp $
PROG= config
CFLAGS+=-I. -I${.CURDIR}
@@ -9,6 +9,6 @@ MAN8= config.8
DPADD= ${LIBL}
LDADD= -ll
-.include <bsd.prog.mk>
+mkmakefile.o: configvers.h
-$(OBJS): configvers.h
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud