summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-02-15 04:20:42 +0000
committerart <art@openbsd.org>1999-02-15 04:20:42 +0000
commit1e9e8a700a018097b9fac9dec795cd724ffb74b6 (patch)
tree3e380846bdf04b01fcee615b8a396f39e65ee643
parentuse an empty VIOCSETTOK instead of the probe call (diff)
downloadwireguard-openbsd-1e9e8a700a018097b9fac9dec795cd724ffb74b6.tar.xz
wireguard-openbsd-1e9e8a700a018097b9fac9dec795cd724ffb74b6.zip
fix building without make depend
-rw-r--r--usr.sbin/afs/ydr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/afs/ydr/Makefile b/usr.sbin/afs/ydr/Makefile
index c99672be166..5a138fb3149 100644
--- a/usr.sbin/afs/ydr/Makefile
+++ b/usr.sbin/afs/ydr/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1.1.1 1998/09/14 21:53:30 art Exp $
+# $OpenBSD: Makefile,v 1.2 1999/02/15 04:20:42 art Exp $
SRCS += main.c output.c symbol.c types.c lex.c parse.c
CLEANFILES += lex.c parse.c parse.h y.tab.h
CFLAGS += -I. -I${.CURDIR}/../src/util -I${.CURDIR}/../src/lib/roken \
@@ -19,4 +19,6 @@ parse.h: y.tab.h
y.tab.h: parse.c
-.include <bsd.prog.mk> \ No newline at end of file
+lex.o: parse.h
+
+.include <bsd.prog.mk>