From f519c1a5327f2257f19efc89c608a973d01444a4 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 14 Dec 1995 01:42:49 +0000 Subject: [PATCH] from thorpej@netbsd: Handle "clean" and "depend" targets properly. --- usr.sbin/gspa/gspa/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/usr.sbin/gspa/gspa/Makefile b/usr.sbin/gspa/gspa/Makefile index 44843e28cdb..9402c800b5c 100644 --- a/usr.sbin/gspa/gspa/Makefile +++ b/usr.sbin/gspa/gspa/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.1 1995/10/09 00:06:02 chopps Exp $ +# $NetBSD: Makefile,v 1.2 1995/11/17 10:05:23 thorpej Exp $ PROG= gspa CFLAGS+=-I. -I${.CURDIR} HDRS= gsp_ass.h gsp_code.h SRCS= gspa.c gsp_out.c gsp_sym.c gsp_lex.c gsp_act.c gsp_eval.c \ - gsp_inst.c gsp_pseu.c -OBJS+= gsp_gram.o + gsp_inst.c gsp_pseu.c gsp_gram.c NOMAN= noman -CLEANFILES= gsp_gram.c y.tab.h - -beforedepend: gsp_gram.c +CLEANFILES+=gsp_gram.c y.tab.h .include -- 2.20.1