summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-11-21 06:35:37 +0000
committermarkm <markm@FreeBSD.org>1995-11-21 06:35:37 +0000
commit362f112de0e565f3979c91180a0fd1760b732b90 (patch)
tree4ddf625539388ae28dc32b06ce3a988a8f5424ff /eBones
parenta5e133757a5a30846c2ec731d0205f89f6bff693 (diff)
downloadFreeBSD-src-362f112de0e565f3979c91180a0fd1760b732b90.zip
FreeBSD-src-362f112de0e565f3979c91180a0fd1760b732b90.tar.gz
After some more investigation I found that I can build a release from scratch
by just adding the following patch. I think this is much cleaner than my previous patch that changed release/Makefile allthough I still think we can add the -DNOMAN in some places. :-) John -- Submitted by:John.Hay@csir.co.za
Diffstat (limited to 'eBones')
-rw-r--r--eBones/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
index 63e97fc..c69d0e8 100644
--- a/eBones/Makefile
+++ b/eBones/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.17 1995/09/13 17:23:00 markm Exp $
+# $Id: Makefile,v 1.18 1995/11/01 13:38:22 markm Exp $
SUBDIR= des include lib libexec usr.bin usr.sbin man
@@ -29,6 +29,7 @@ kprog:
bootstrap:
( cd include; ${MAKE} ${MFLAGS} install )
( cd des; ${MAKE} ${MFLAGS} depend all install )
+ ( cd lib; ${MAKE} ${MFLAGS} depend all install )
${MAKE} ${MFLAGS} cleandir
${MAKE} ${MFLAGS} obj
${MAKE} ${MFLAGS} depend all install kprog
OpenPOWER on IntegriCloud