From c1f2d43cc1161c4359a39fe849b94f2ae24b520b Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 23 May 1997 08:43:27 +0000 Subject: Typo fix: ${.DESTDIR} -> ${DESTDIR}. Reviewed by: bde --- usr.sbin/rpc.lockd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rpc.lockd/Makefile') 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 -- cgit v1.1