summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.lockd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.lockd/Makefile')
-rw-r--r--usr.sbin/rpc.lockd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index ff4948a7288..21066266795 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2008/06/13 21:32:26 sturm Exp $
+# $OpenBSD: Makefile,v 1.6 2017/06/16 10:25:54 espie Exp $
PROG = rpc.lockd
SRCS = nlm_prot_svc.c lockd.c lockd_lock.c procs.c
@@ -20,6 +20,8 @@ nlm_prot_svc.c: ${RPCSRC} nlm_prot.h
nlm_prot.h: ${RPCSRC}
${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
+BUILDFIRST = nlm_prot.h
+
test: test.c
cc -o test test.c -lrpcsvc