Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpc.bootparamd Make sure DESTDIR is set before usin...



details:   https://anonhg.NetBSD.org/src/rev/966710e4c7e3
branches:  trunk
changeset: 521480:966710e4c7e3
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Jan 31 15:16:21 2002 +0000

description:
Make sure DESTDIR is set before using it in a dependency.

diffstat:

 usr.sbin/rpc.bootparamd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 1fc4d4d17986 -r 966710e4c7e3 usr.sbin/rpc.bootparamd/Makefile
--- a/usr.sbin/rpc.bootparamd/Makefile  Thu Jan 31 15:00:56 2002 +0000
+++ b/usr.sbin/rpc.bootparamd/Makefile  Thu Jan 31 15:16:21 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2000/07/25 06:29:46 cgd Exp $
+#      $NetBSD: Makefile,v 1.19 2002/01/31 15:16:21 tv Exp $
 
 PROG=  rpc.bootparamd
 SRCS=  bootparamd.c bootparam_prot_svc.c
@@ -9,6 +9,8 @@
 DPADD= ${LIBRPCSVC} ${LIBUTIL}
 LDADD= -lrpcsvc -lutil
 
+.include <bsd.prog.mk>
+
 bootparam_prot.x: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
        rm -f ${.TARGET}
        ln -s ${.ALLSRC} ${.TARGET}
@@ -21,5 +23,3 @@
        ${RPCGEN} -C -L -m -o ${.TARGET} bootparam_prot.x
 
 CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
-
-.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index