1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

We need an afterdistribute target here, too. Closes PR#2338

This commit is contained in:
Jordan K. Hubbard 1997-01-01 01:56:00 +00:00
parent 335524b9ad
commit 3b6c6b8f59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21151

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1.4.1 1995/09/17 23:42:31 davidg Exp $
# $Id: Makefile,v 1.2 1996/09/08 20:37:10 jfieber Exp $
FILES= linuxdoc.dtd linuxdoc.dcl linuxdoc.sty
NOOBJ= noobj
@ -9,4 +9,8 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/${.CURDIR:T}
afterdistribute:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
.include <bsd.prog.mk>