From 35335cd71ce54b48b88472d6263c284435088910 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 30 Oct 2006 20:25:49 +0000 Subject: Now that we have smarter lex and yacc rules, remove redundant lines from Makefile. ok millert@ --- usr.sbin/config/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 @@ -19,9 +19,6 @@ CFLAGS+=-I${.CURDIR} -I. LDADD= -lkvm DPADD= ${LIBKVM} -CLEANFILES=gram.c scan.c y.tab.h MAN= config.8 .include - -.depend: gram.c scan.c -- cgit v1.2.3