aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc0
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-04 09:19:19 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-04 09:19:19 +0000
commit5eb5dd76427e67971d773c126bbe9ee2b4db30cd (patch)
tree46fc7fc5dcbb5479121d183f0aba4eb9b2c3f6cc /Makefile.inc0
parent89fb7161b9597ac2abe44b7f5e5d0ba91dc8d647 (diff)
downloadsrc-5eb5dd76427e67971d773c126bbe9ee2b4db30cd.tar.gz
src-5eb5dd76427e67971d773c126bbe9ee2b4db30cd.zip
Notes
Diffstat (limited to 'Makefile.inc0')
-rw-r--r--Makefile.inc04
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc0 b/Makefile.inc0
index e3c2962fb734..1f7f7cf66abb 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
#