head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.4.1
	RELENG_4_11:1.1.4.1.0.12
	RELENG_4_11_BP:1.1.4.1
	RELENG_4_10_0_RELEASE:1.1.4.1
	RELENG_4_10:1.1.4.1.0.10
	RELENG_4_10_BP:1.1.4.1
	RELENG_4_9_0_RELEASE:1.1.4.1
	RELENG_4_9:1.1.4.1.0.8
	RELENG_4_9_BP:1.1.4.1
	RELENG_4_8_0_RELEASE:1.1.4.1
	RELENG_4_8:1.1.4.1.0.6
	RELENG_4_8_BP:1.1.4.1
	RELENG_4_7_0_RELEASE:1.1.4.1
	RELENG_4_7:1.1.4.1.0.4
	RELENG_4_7_BP:1.1.4.1
	RELENG_4_6_2_RELEASE:1.1.4.1
	RELENG_4_6_1_RELEASE:1.1.4.1
	RELENG_4_6_0_RELEASE:1.1.4.1
	RELENG_4_6:1.1.4.1.0.2
	RELENG_4_6_BP:1.1.4.1
	RELENG_4_5_0_RELEASE:1.1
	RELENG_4_5:1.1.0.10
	RELENG_4_5_BP:1.1
	RELENG_4_4_0_RELEASE:1.1
	RELENG_4_4:1.1.0.8
	RELENG_4_4_BP:1.1
	RELENG_4_3_0_RELEASE:1.1
	RELENG_4_3:1.1.0.6
	RELENG_4_3_BP:1.1
	RELENG_4_2_0_RELEASE:1.1
	RELENG_4_1_1_RELEASE:1.1
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.1
	RELENG_3_5_0_RELEASE:1.1.2.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.4
	RELENG_4_BP:1.1
	RELENG_3_4_0_RELEASE:1.1.2.1
	RELENG_3:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	2002.03.09.08.28.10;	author luigi;	state dead;
branches;
next	1.3;

1.3
date	2001.04.03.13.34.34;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.25.19.00.02;	author dwhite;	state Exp;
branches;
next	1.1;

1.1
date	99.10.08.04.00.05;	author dwhite;	state Exp;
branches
	1.1.2.1
	1.1.4.1;
next	;

1.1.2.1
date	99.10.17.23.11.07;	author dwhite;	state Exp;
branches;
next	;

1.1.4.1
date	2002.03.08.13.18.06;	author luigi;	state dead;
branches;
next	;


desc
@@


1.4
log
@Nuke abandoned configuration.
@
text
@#
# $Id: Makefile,v 1.3 1999/01/19 23:12:50 abial Exp $
#
SRC?=/usr/src

all: crunch

crunch:
#	@@if [ ! -f /usr/src/usr.bin/passwd/.picobsd.patched ]; then \
#		cat passwd.diff|(cd /usr/src/usr.bin/passwd; patch -p0); \
#		touch /usr/src/usr.bin/passwd/.picobsd.patched; \
#	fi
	@@cat crunch.conf|sed -e "s@@/usr/src@@${SRC}@@" >crunch1.conf
	@@crunchgen ./crunch1.conf
	@@${MAKE} -f crunch1.mk -DNOPAM all \
	    "CFLAGS=${CFLAGS} -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null

clean:
#	@@if [ -f /usr/src/usr.bin/passwd/.picobsd.patched ]; then \
#		cat passwd.diff|(cd /usr/src/usr.bin/passwd; patch -R -p0); \
#		rm /usr/src/usr.bin/passwd/.picobsd.patched; \
#	fi
	rm  -f *.o *.stub *.lo *_stub.c *.mk \
		crunch.cache \
		crunch.mk \
		crunch.c \
		crunch1* \
		crunch \
		.tmp_* \
		*.gz

install: 
	cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch
	chmod 555 ${MFS_MOUNTPOINT}/stand/crunch
	for i in `crunchgen -l crunch1.conf` ; \
	do \
		ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \
	done
	rm ${MFS_MOUNTPOINT}/stand/crunch
	# Install the MIB files
	#cp mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/


.include <bsd.prog.mk>
@


1.3
log
@Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
${CFLAGS}.  The only supported method thus is -DRELEASE_CRUNCH.
@
text
@@


1.2
log
@Commit PicoBSD mega-patch:
. Bring PicoBSD up to date with -CURRENT reality.
. Make PicoBSD smart and not spam /dev/vn0 and /mnt.  Now it uses the first
  unused vn device and creates a temporary mountpoint in /tmp.
. Miscellaneous build cleanups and optimizations.

Unfortunately the bridge, isp, and router floppies are too big and need
the axe treatment.  The install floppy needs updating to -CURRENT. Dial and
net build and (appear to) run OK.  I will be adressing these in the
near future (unless someone beats me to it :-) ).

PR:		misc/17737
Submitted by:	Omachonu Ogali <oogali@@intranova.net>
@
text
@d16 1
a16 1
	    "CFLAGS=${CFLAGS} -DNOPAM -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
@


1.1
log
@Add a new floppy type, install.  This type builds a disk that can
slice, partition, newfs, and install FreeBSD from a tarball on a remote server.
Handy for doing mass-installs for server farms.

Documentation following shortly.
@
text
@d33 2
a34 2
	cp crunch1 /mnt/stand/crunch
	chmod 555 /mnt/stand/crunch
d37 1
a37 1
		ln /mnt/stand/crunch /mnt/stand/$${i}; \
d39 1
a39 1
	rm /mnt/stand/crunch
d41 1
a41 1
	#cp mibs/*.txt /mnt/usr/local/share/snmp/mibs/
@


1.1.4.1
log
@Nuke this abandoned configuration which has been broken for ages.
@
text
@@


1.1.2.1
log
@MFC: Add install floppy.
@
text
@@

