mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Add the distribute target that make release wants.
This commit is contained in:
parent
89fb7161b9
commit
5eb5dd7642
2 changed files with 6 additions and 5 deletions
7
Makefile
7
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.211 1998/08/31 01:08:08 jb Exp $
|
||||
# $Id: Makefile,v 1.212 1998/09/01 05:53:00 jb Exp $
|
||||
#
|
||||
# The user-driven targets are:
|
||||
#
|
||||
|
|
@ -90,8 +90,9 @@
|
|||
# Define the user-driven targets. These are listed here in alphabetical
|
||||
# order, but that's not important.
|
||||
#
|
||||
TGTS = all buildworld clean cleandepend cleanobj depend everything \
|
||||
includes installmost install installworld most obj update world
|
||||
TGTS = all buildworld clean cleandepend cleanobj depend distribute \
|
||||
everything includes installmost install installworld most obj \
|
||||
update world
|
||||
|
||||
#
|
||||
# Handle the user-driven targets, using the source relative mk files.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile.inc0,v 1.1 1998/08/31 01:08:08 jb Exp $
|
||||
# $Id: Makefile.inc0,v 1.2 1998/09/01 06:02:00 jb Exp $
|
||||
#
|
||||
# This makefile ensures that the object directory is set according to the
|
||||
# object format to avoid mixing aout and elf formatted files during the
|
||||
|
|
@ -29,7 +29,7 @@ MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
|
|||
#
|
||||
# These are the backend targets.
|
||||
#
|
||||
BKTGTS= all clean cleandepend cleanobj depend everything includes \
|
||||
BKTGTS= all clean cleandepend cleanobj depend distribute everything includes \
|
||||
installmost install most obj update
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue