summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-21 20:00:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-21 20:00:57 +0000
commite36fcad9892669527c2197dd44fd93ac2e5b3ccc (patch)
tree605d7b3829c3659cfda42bffc21896024812d522 /usr.sbin/rpc.bootparamd
parentf8576e1634a901d55b33e9ec0e4290d7d78315f4 (diff)
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>