mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a distribute target so that CATALOG gets properly added to the
doc distribution.
This commit is contained in:
parent
f94608ce64
commit
ca015941f4
1 changed files with 6 additions and 1 deletions
|
|
@ -1,13 +1,18 @@
|
|||
# $Id: Makefile,v 1.3 1996/09/08 02:58:28 jfieber Exp $
|
||||
# $Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $
|
||||
|
||||
SUBDIR= FreeBSD ISO transpec
|
||||
FILES= CATALOG
|
||||
MAINTAINER=jfieber@freebsd.org
|
||||
|
||||
BINDIR?=/usr/share
|
||||
DISTRIBUTION?= doc
|
||||
|
||||
afterinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
${DESTDIR}${BINDIR}/${.CURDIR:T}
|
||||
|
||||
distribute:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue