mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-07 09:20:11 +00:00
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.
This commit is contained in:
parent
9439152ebd
commit
e7ab243a99
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1739
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user