from thorpej@netbsd:
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:42:49 +0000 (01:42 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 01:42:49 +0000 (01:42 +0000)
Handle "clean" and "depend" targets properly.

usr.sbin/gspa/gspa/Makefile

index 44843e2..9402c80 100644 (file)
@@ -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 <bsd.prog.mk>