diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-10-30 20:25:49 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-10-30 20:25:49 +0000 |
commit | 35335cd71ce54b48b88472d6263c284435088910 (patch) | |
tree | 4ef200e1b0570afd76cf4ef03e42de4f32064418 | |
parent | 0eb59e835bf1485b257d8544f2cbdd5d903f159c (diff) |
Now that we have smarter lex and yacc rules, remove redundant lines
from Makefile. ok millert@
-rw-r--r-- | usr.sbin/config/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index 3f7a19fc370..5f43396e0dd 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2003/07/22 17:15:13 brad Exp $ +# $OpenBSD: Makefile,v 1.14 2006/10/30 20:25:48 otto Exp $ .include <bsd.own.mk> @@ -19,9 +19,6 @@ CFLAGS+=-I${.CURDIR} -I. LDADD= -lkvm DPADD= ${LIBKVM} -CLEANFILES=gram.c scan.c y.tab.h MAN= config.8 .include <bsd.prog.mk> - -.depend: gram.c scan.c |