where did .DESTDIR come from... found by gwen@rtmx.com
authorderaadt <deraadt@openbsd.org>
Thu, 30 Jan 1997 00:51:50 +0000 (00:51 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 30 Jan 1997 00:51:50 +0000 (00:51 +0000)
libexec/rpc.lockd/Makefile
usr.sbin/rpc.lockd/Makefile

index a19da2d..e7c5724 100644 (file)
@@ -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
index a19da2d..e7c5724 100644 (file)
@@ -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