summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.bootparamd
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2002-02-02 17:11:38 +0000
committertv <tv@NetBSD.org>2002-02-02 17:11:38 +0000
commiteef7548a36eef64de373cb67cf181e75ca9f8a9a (patch)
tree1a49e5bcb312500ae1bf8045c0df801eed52e39b /usr.sbin/rpc.bootparamd
parente2e1706f05c31741c829cb0f3871c88d275bb682 (diff)
Move CLEANFILES up so it is actually used. Noted by Bernd Ernesti.
Diffstat (limited to 'usr.sbin/rpc.bootparamd')
-rw-r--r--usr.sbin/rpc.bootparamd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile
index 726c00e7f44..9e5921934af 100644
--- a/usr.sbin/rpc.bootparamd/Makefile
+++ b/usr.sbin/rpc.bootparamd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/01/31 15:16:21 tv Exp $
+# $NetBSD: Makefile,v 1.20 2002/02/02 17:11:38 tv Exp $
PROG= rpc.bootparamd
SRCS= bootparamd.c bootparam_prot_svc.c
@@ -9,6 +9,8 @@ CPPFLAGS+=-DYP
DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
+CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
+
.include <bsd.prog.mk>
bootparam_prot.x: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
@@ -21,5 +23,3 @@ bootparam_prot.h: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h
bootparam_prot_svc.c: bootparam_prot.x bootparam_prot.h
${RPCGEN} -C -L -m -o ${.TARGET} bootparam_prot.x
-
-CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h