From: deraadt Date: Thu, 30 Jan 1997 00:51:50 +0000 (+0000) Subject: where did .DESTDIR come from... found by gwen@rtmx.com X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=caa8769a44ad712dbc3f8eb89b134450d5a52f92;p=openbsd where did .DESTDIR come from... found by gwen@rtmx.com --- diff --git a/libexec/rpc.lockd/Makefile b/libexec/rpc.lockd/Makefile index a19da2d7387..e7c57247401 100644 --- a/libexec/rpc.lockd/Makefile +++ b/libexec/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/07/20 05:03:44 deraadt Exp $ +# $Id: Makefile,v 1.3 1997/01/30 00:51:50 deraadt Exp $ PROG = rpc.lockd SRCS = nlm_prot_svc.c lockd.c procs.c @@ -11,7 +11,7 @@ CFLAGS+= -I. CLEANFILES= nlm_prot_svc.c nlm_prot.h -RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/nlm_prot.x +RPCSRC= ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x RPCGEN= rpcgen -L -C nlm_prot_svc.c: ${RPCSRC} nlm_prot.h diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index a19da2d7387..e7c57247401 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/07/20 05:03:44 deraadt Exp $ +# $Id: Makefile,v 1.3 1997/01/30 00:51:50 deraadt Exp $ PROG = rpc.lockd SRCS = nlm_prot_svc.c lockd.c procs.c @@ -11,7 +11,7 @@ CFLAGS+= -I. CLEANFILES= nlm_prot_svc.c nlm_prot.h -RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/nlm_prot.x +RPCSRC= ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x RPCGEN= rpcgen -L -C nlm_prot_svc.c: ${RPCSRC} nlm_prot.h