summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-23 08:43:27 +0000
committerasami <asami@FreeBSD.org>1997-05-23 08:43:27 +0000
commitc1f2d43cc1161c4359a39fe849b94f2ae24b520b (patch)
tree41a6a8e77ea906bdbb1c6168bf0158c327e2f088 /usr.sbin/rpc.lockd/Makefile
parenta9639d5208f4fc5d64fa284770d9eeb73ca94433 (diff)
downloadFreeBSD-src-c1f2d43cc1161c4359a39fe849b94f2ae24b520b.zip
FreeBSD-src-c1f2d43cc1161c4359a39fe849b94f2ae24b520b.tar.gz
Typo fix: ${.DESTDIR} -> ${DESTDIR}.
Reviewed by: bde
Diffstat (limited to 'usr.sbin/rpc.lockd/Makefile')
-rw-r--r--usr.sbin/rpc.lockd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index 3d1ded1..55835f4 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 16:12:49 peter 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
OpenPOWER on IntegriCloud