summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-11-13 04:47:00 +0000
committerderaadt <deraadt@openbsd.org>1995-11-13 04:47:00 +0000
commitf0a9542dfd86faa56e475b1d1ea7d71ae8e5cff5 (patch)
treeaef8205305196975137916440bf7a61a55c77829
parentwss/pss man pages; from mike.long@analog.com; netbsd pr #1757 (diff)
downloadwireguard-openbsd-f0a9542dfd86faa56e475b1d1ea7d71ae8e5cff5.tar.xz
wireguard-openbsd-f0a9542dfd86faa56e475b1d1ea7d71ae8e5cff5.zip
force yacc run for make depend; from is@Beverly.Rhein.DE; netbsd pr#1733
-rw-r--r--usr.sbin/gspa/gspa/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/gspa/gspa/Makefile b/usr.sbin/gspa/gspa/Makefile
index d4cd1a01ac4..44843e28cdb 100644
--- a/usr.sbin/gspa/gspa/Makefile
+++ b/usr.sbin/gspa/gspa/Makefile
@@ -7,6 +7,8 @@ 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
NOMAN= noman
-CLEANFILES= y.tab.h
+CLEANFILES= gsp_gram.c y.tab.h
+
+beforedepend: gsp_gram.c
.include <bsd.prog.mk>