summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-30 00:51:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-30 00:51:51 +0000
commit8d76d3a589743f688ae452e095ee8ca44deb25af (patch)
treea5b13c2eb8fff6a38028cd57d4c863e98d5ddd8d /libexec
parenta84d37f764bf6769c06450433565ed4bb1c58d1e (diff)
where did .DESTDIR come from... found by gwen@rtmx.com
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rpc.lockd/Makefile4
1 files changed, 2 insertions, 2 deletions
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