diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile index 7708e2780250..8ec55aeae80a 100644 --- a/usr.bin/true/Makefile +++ b/usr.bin/true/Makefile @@ -1,11 +1,11 @@ # from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.3 1994/08/05 01:28:47 jtc Exp $ +# $Id: Makefile,v 1.4 1994/08/20 08:56:03 pk Exp $ NOPROG= true MAN1= true.0 install: install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - true.sh ${DESTDIR}${BINDIR}/true + ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true .include