Use .CURDIR to install things.

This commit is contained in:
pk 1994-08-20 08:56:03 +00:00
parent 620dc47cd8
commit 794bef3463
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 # 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 NOPROG= true
MAN1= true.0 MAN1= true.0
install: install:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
true.sh ${DESTDIR}${BINDIR}/true ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
.include <bsd.prog.mk> .include <bsd.prog.mk>