summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd
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/rpc.statd
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/rpc.statd')
-rw-r--r--usr.sbin/rpc.statd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile
index 05b4f83e7e1..dbeb428a9b8 100644
--- a/usr.sbin/rpc.statd/Makefile
+++ b/usr.sbin/rpc.statd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2008/06/15 04:43:28 sturm Exp $
+# $OpenBSD: Makefile,v 1.2 2017/06/16 10:25:54 espie Exp $
PROG= rpc.statd
SRCS= procs.c sm_inter_svc.c statd.c
@@ -20,6 +20,8 @@ sm_inter_svc.c: ${RPCSRC} sm_inter.h
sm_inter.h: ${RPCSRC}
${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
+BUILDFIRST = sm_inter.h
+
test: ${.CURDIR}/test.c
cc -o test ${.CURDIR}/test.c -lrpcsvc