summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-07-10 21:30:37 +0000
committerespie <espie@openbsd.org>2017-07-10 21:30:37 +0000
commit2b34b792e55b659a7168c780c629dee63188f9a4 (patch)
tree4abcc6c710a30d6db6072a5e7bffdd48c5621627 /usr.sbin/rpc.statd
parentzap depend ghost. (diff)
downloadwireguard-openbsd-2b34b792e55b659a7168c780c629dee63188f9a4.tar.xz
wireguard-openbsd-2b34b792e55b659a7168c780c629dee63188f9a4.zip
remove misc. depend and yacc nits that no longer matter.
okay millert@
Diffstat (limited to 'usr.sbin/rpc.statd')
-rw-r--r--usr.sbin/rpc.statd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile
index dbeb428a9b8..8158cdd083a 100644
--- a/usr.sbin/rpc.statd/Makefile
+++ b/usr.sbin/rpc.statd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/06/16 10:25:54 espie Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/10 21:30:37 espie Exp $
PROG= rpc.statd
SRCS= procs.c sm_inter_svc.c statd.c
@@ -14,7 +14,7 @@ CLEANFILES= sm_inter_svc.c sm_inter.h
RPCSRC= ${DESTDIR}/usr/include/rpcsvc/sm_inter.x
RPCGEN= rpcgen -L -C
-sm_inter_svc.c: ${RPCSRC} sm_inter.h
+sm_inter_svc.c: ${RPCSRC}
${RPCGEN} -m -o ${.TARGET} ${RPCSRC}
sm_inter.h: ${RPCSRC}