1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Use the afterdistribute target rather than the distribute target.

Submitted-By: jfieber
This commit is contained in:
Jordan K. Hubbard 1996-12-31 21:39:43 +00:00
parent 6014f31fca
commit 58674702e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21141

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $ # $Id: Makefile,v 1.5 1996/11/15 07:39:42 jkh Exp $
SUBDIR= FreeBSD ISO transpec SUBDIR= FreeBSD ISO transpec
FILES= CATALOG FILES= CATALOG
@ -11,7 +11,7 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/${.CURDIR:T} ${DESTDIR}${BINDIR}/${.CURDIR:T}
distribute: afterdistribute:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T} ${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}