summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1998-09-15 13:15:18 +0000
committerjhay <jhay@FreeBSD.org>1998-09-15 13:15:18 +0000
commit6fc016367db6249bf4ec0f7f4a523893a4b60121 (patch)
tree9d363a707409f47a8007458446db9d27b09f5b90 /release
parent45d090410bf0a97d14f6a1cb9ca544100e0ea976 (diff)
downloadFreeBSD-src-6fc016367db6249bf4ec0f7f4a523893a4b60121.zip
FreeBSD-src-6fc016367db6249bf4ec0f7f4a523893a4b60121.tar.gz
Comment out NODOC and NOPORTS again. It got uncommented by mistake a few
days ago.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index da6dbb2..f2b8acd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.384 1998/09/14 18:42:59 jkh Exp $
+# $Id: Makefile,v 1.385 1998/09/15 10:24:23 gibbs Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -37,8 +37,8 @@ OBJFORMAT?= elf
# Uncomment this to disable the doc.1 target. It is also an ERROR
# to set NOPORTS and not set NODOC since docs depend on ports.
-NODOC= YES
-NOPORTS= YES
+#NODOC= YES
+#NOPORTS= YES
# Comment the following if you want the release documentation to be
# in English only.
ALLLANG= yes
OpenPOWER on IntegriCloud