summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-04 09:19:19 +0000
committerjb <jb@FreeBSD.org>1998-09-04 09:19:19 +0000
commitc0a487abfb4103622a0fa4f060b40733bc8f8531 (patch)
tree4bf4a05b8c236641dc5bc72c13643b2f3dbba86b
parent0b208f0c46915f484d82af1b705ac418d00028f8 (diff)
downloadFreeBSD-src-c0a487abfb4103622a0fa4f060b40733bc8f8531.zip
FreeBSD-src-c0a487abfb4103622a0fa4f060b40733bc8f8531.tar.gz
Add the distribute target that make release wants.
-rw-r--r--Makefile7
-rw-r--r--Makefile.inc04
2 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 81838d9..fe09034 100644
--- a/Makefile
+++ b/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.
diff --git a/Makefile.inc0 b/Makefile.inc0
index e3c2962..1f7f7cf 100644
--- a/Makefile.inc0
+++ b/Makefile.inc0
@@ -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
#
OpenPOWER on IntegriCloud