Add missing ${DESTDIR} to afterinstall: target.

This commit is contained in:
Rodney W. Grimes 1996-01-27 23:57:06 +00:00
parent 31c5632840
commit a7ba018ad1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13657
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 1996/01/06 23:10:25 ache Exp $
# $Id: Makefile,v 1.4 1996/01/08 05:36:17 peter Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
@ -11,6 +11,6 @@ CLEANFILES+= vnode_if.h vnode_if.c
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/linux /usr/bin
${.CURDIR}/linux ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 1996/01/06 23:10:25 ache Exp $
# $Id: Makefile,v 1.4 1996/01/08 05:36:17 peter Exp $
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
@ -11,6 +11,6 @@ CLEANFILES+= vnode_if.h vnode_if.c
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/linux /usr/bin
${.CURDIR}/linux ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>