summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-14 01:42:49 +0000
committerderaadt <deraadt@openbsd.org>1995-12-14 01:42:49 +0000
commitf519c1a5327f2257f19efc89c608a973d01444a4 (patch)
tree98130ba7e0d6561e0aa2adf381c13d912fe2f06d
parentfrom ws@netbsd: (diff)
downloadwireguard-openbsd-f519c1a5327f2257f19efc89c608a973d01444a4.tar.xz
wireguard-openbsd-f519c1a5327f2257f19efc89c608a973d01444a4.zip
from thorpej@netbsd:
Handle "clean" and "depend" targets properly.
-rw-r--r--usr.sbin/gspa/gspa/Makefile9
1 files 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 <bsd.prog.mk>