summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-07-21 20:10:04 +0000
committermickey <mickey@openbsd.org>2003-07-21 20:10:04 +0000
commit2bbae2e492f6f715451b68f97a97a915f772a1b9 (patch)
treee7a6ae71d08dfcb9390c2cac0beb6e0919a7b406 /usr.sbin/rpc.bootparamd
parentno, you broke cleandir (diff)
downloadwireguard-openbsd-2bbae2e492f6f715451b68f97a97a915f772a1b9.tar.xz
wireguard-openbsd-2bbae2e492f6f715451b68f97a97a915f772a1b9.zip
gotta prune your objdir after makefile changes...; cleandir was not broken
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 50e7ba874e0..a4e81c14056 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2003/07/21 20:00:56 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2003/07/21 20:10:04 mickey 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 bootparam_prot.x
+CLEANFILES += bootparam_prot_svc.c bootparam_prot.h
.include <bsd.prog.mk>