diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-21 20:00:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-21 20:00:57 +0000 |
commit | e36fcad9892669527c2197dd44fd93ac2e5b3ccc (patch) | |
tree | 605d7b3829c3659cfda42bffc21896024812d522 /usr.sbin/rpc.bootparamd | |
parent | f8576e1634a901d55b33e9ec0e4290d7d78315f4 (diff) |
no, you broke cleandir
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r-- | usr.sbin/rpc.bootparamd/Makefile | 4 |
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> |