summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-06-16 10:25:54 +0000
committerespie <espie@openbsd.org>2017-06-16 10:25:54 +0000
commit2eaa2fe8e4c975f189b35b9684cb933b44b1d989 (patch)
tree9d5304e0d9cacbd0cdcd5a8428b0fb186e404364 /usr.sbin/ypserv
parentintroduce a BUILDFIRST/BUILDAFTER mechanism: (diff)
downloadwireguard-openbsd-2eaa2fe8e4c975f189b35b9684cb933b44b1d989.tar.xz
wireguard-openbsd-2eaa2fe8e4c975f189b35b9684cb933b44b1d989.zip
mark files as BUILDFIRST, or write explicit dependencies, so that most
programs will build even without a make depend first. okay tb@ millert@
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/ypserv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/ypserv/Makefile b/usr.sbin/ypserv/ypserv/Makefile
index 5d39212520c..dbbd288b316 100644
--- a/usr.sbin/ypserv/ypserv/Makefile
+++ b/usr.sbin/ypserv/ypserv/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2015/10/26 10:12:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2017/06/16 10:25:54 espie Exp $
PROG= ypserv
MAN= ypserv.acl.5 securenet.5 ypserv.8
@@ -22,6 +22,7 @@ all: ypserv
beforedepend: ${HDRS}
ypv1.c: ypv1.h
+BUILDFIRST = ${HDRS}
ypv1.c: ypv1.x
rpcgen -C -c ${.CURDIR}/ypv1.x -o ypv1.c