summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-21 20:00:56 +0000
committerderaadt <deraadt@openbsd.org>2003-07-21 20:00:56 +0000
commitca265d9dfede43968eab2516f4e82f781161fcd4 (patch)
tree925a93f78df9c0c3b3112f6ae8635e2579c267db /usr.sbin/rpc.bootparamd
parentdo not symlink .x file -- build right out of include dir and only link .h; deraadt@ ok (diff)
downloadwireguard-openbsd-ca265d9dfede43968eab2516f4e82f781161fcd4.tar.xz
wireguard-openbsd-ca265d9dfede43968eab2516f4e82f781161fcd4.zip
no, you broke cleandir
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index 65d1aa93556..50e7ba874e0 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2003/07/21 19:57:52 mickey Exp $
+# $OpenBSD: Makefile,v 1.9 2003/07/21 20:00:56 deraadt Exp $
.include <bsd.own.mk>
@@ -23,6 +23,6 @@ bootparam_prot_svc.c: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
ln -fs ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h .
rpcgen -C -m -o $@ $>
-CLEANFILES += bootparam_prot_svc.c bootparam_prot.h
+CLEANFILES += bootparam_prot_svc.c bootparam_prot.h bootparam_prot.x
.include <bsd.prog.mk>