mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Handle the `distribute' target.
This commit is contained in:
parent
94334d8fc4
commit
485f5a7718
1 changed files with 7 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.210 1996/06/19 09:33:31 asami Exp $
|
||||
# $Id: bsd.port.mk,v 1.211 1996/06/20 18:51:28 jkh Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
|
|
@ -249,7 +249,13 @@ cleandir: clean
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if !target(distribute)
|
||||
distribute:
|
||||
@cd ${.CURDIR} && ${MAKE} install DESTDIR=${DISTDIR}/${DISTRIBUTION}
|
||||
.endif
|
||||
.endif
|
||||
# end of SRC_ENCAPSULATION defines
|
||||
|
||||
|
||||
# These need to be absolute since we don't know how deep in the ports
|
||||
# tree we are and thus can't go relative. They can, of course, be overridden
|
||||
|
|
|
|||
Loading…
Reference in a new issue