summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-15 21:21:50 +0000
committerjkh <jkh@FreeBSD.org>1994-06-15 21:21:50 +0000
commitdf9f97ce7a24e4cdb72a29980373dc49dfb942f7 (patch)
treed04137ac330bac894cc64bf71bf5012ca8565120 /etc
parent6cf06a9a360f8ad939634027b27e5d0a013a49ea (diff)
downloadFreeBSD-src-df9f97ce7a24e4cdb72a29980373dc49dfb942f7.zip
FreeBSD-src-df9f97ce7a24e4cdb72a29980373dc49dfb942f7.tar.gz
1. Fill out the crunch target - this should do the trick (we'll see).
2. Remove the NOOBJ line - we want an object dir now.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 2e3a37d..1309c56 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,7 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.64 1994/06/15 20:14:29 jkh Exp $
-
-NOOBJ= noobj
+# $Id: Makefile,v 1.65 1994/06/15 20:43:20 jkh Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -214,7 +212,10 @@ distribution: distrib-dirs
.endif
crunch:
- @echo crunch target
+ crunchgen ${.CURDIR}/../contrib/crunch/examples/kcopy.conf
+ make -f kcopy.mk objs exe
+ crunchgen ${.CURDIR}/../contrib/crunch/examples/filesystem.conf
+ make -f filesystem.mk objs exe
extract:
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
OpenPOWER on IntegriCloud