head	1.8;
access;
symbols
	RELENG_3_5_0_RELEASE:1.4.2.4
	RELENG_3_4_0_RELEASE:1.4.2.4
	RELENG_3_3_0_RELEASE:1.4.2.2
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_3_0_0_RELEASE:1.3
	v0_4:1.1.1.1
	PICOBSD:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2000.02.08.14.28.43;	author luigi;	state dead;
branches;
next	1.7;

1.7
date	99.10.30.09.19.14;	author roger;	state Exp;
branches;
next	1.6;

1.6
date	99.08.28.01.33.34;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.08.22.21.43.38;	author dwhite;	state Exp;
branches;
next	1.4;

1.4
date	99.01.19.23.10.34;	author abial;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	98.10.15.21.40.01;	author abial;	state Exp;
branches;
next	1.2;

1.2
date	98.08.28.08.57.16;	author abial;	state Exp;
branches;
next	1.1;

1.1
date	98.08.27.17.38.42;	author abial;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.08.27.17.38.42;	author abial;	state Exp;
branches;
next	;

1.4.2.1
date	99.08.22.23.08.29;	author dwhite;	state Exp;
branches;
next	1.4.2.2;

1.4.2.2
date	99.08.29.15.52.59;	author peter;	state Exp;
branches;
next	1.4.2.3;

1.4.2.3
date	99.11.18.13.33.42;	author roger;	state Exp;
branches;
next	1.4.2.4;

1.4.2.4
date	99.12.15.11.50.48;	author luigi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove unused Makefile

Approved-by: jordan
@
text
@#
# $FreeBSD: src/release/picobsd/isp/crunch1/Makefile,v 1.7 1999/10/30 09:19:14 roger Exp $
#
SRC?=/usr/src

all: crunch

crunch:
	@@cat crunch.conf|sed -e "s@@/usr/src@@${SRC}@@" >crunch1.conf
	@@crunchgen ./crunch1.conf
	@@${MAKE} -f crunch1.mk -DNOPAM all \
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null

clean:
	rm  -f *.o *.stub *.lo *_stub.c *.mk \
		crunch.cache \
		crunch.mk \
		crunch.c \
		crunch1* \
		crunch \
		.tmp_* \
		*.gz

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


.include <bsd.prog.mk>
@


1.7
log
@Update PicoBSD so it does not need to patch the passwd Makefile.
@
text
@d2 1
a2 1
# $FreeBSD: src/release/picobsd/isp/crunch1/Makefile,v 1.6 1999/08/28 01:33:34 peter Exp $
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
a8 4
	@@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
a14 4
	@@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
@


1.5
log
@Major PicoBSD update by luigi with some debugging help from myself.

. Now builds on -STABLE (-CURRENT is broken due to bugs)
. etc directory contents centralized instead of in each
  type directory (can exclude & override as desired)
. Removed extraneous language files (lang files for rc really necessary?)
. dialog-based build tool with support for custom floppy builds
. MFS image loads as a mfs_root module instead of compiled into kernel

THIS IS BROKEN ON CURRENT.  I'll MFC to -STABLE immediately following.
luigi tells me I have an OK from jkh on the MFC.

Submitted by:	luigi
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1999/01/19 23:10:34 abial Exp $
@


1.4
log
@Add NOPAM hook to be able to use login(1) here...
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $
d9 1
a9 1
	@@if [ ! -f .patched ]; then \
d11 1
a11 1
		touch .patched; \
d16 1
a16 1
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
d19 1
a19 1
	@@if [ -f .patched ]; then \
d21 1
a21 1
		rm .patched; \
@


1.4.2.1
log
@MFC: PicoBSD mega-upgrade.  It actually works in -STABLE, let's hope I
didn't miss anything.  According to luigi, I have jkh's OK on this.

Submitted by:  luigi
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1999/01/19 23:10:34 abial Exp $
d9 1
a9 1
	@@if [ ! -f /usr/src/usr.bin/passwd/.picobsd.patched ]; then \
d11 1
a11 1
		touch /usr/src/usr.bin/passwd/.picobsd.patched; \
d16 1
a16 1
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
d19 1
a19 1
	@@if [ -f /usr/src/usr.bin/passwd/.picobsd.patched ]; then \
d21 1
a21 1
		rm /usr/src/usr.bin/passwd/.picobsd.patched; \
@


1.4.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4.2.3
log
@MFC: Update PicoBSD so it does not need to patch the passwd Makefile
@
text
@d2 1
a2 1
# $FreeBSD: src/release/picobsd/isp/crunch1/Makefile,v 1.4.2.2 1999/08/29 15:52:59 peter Exp $
d9 4
d19 4
@


1.4.2.4
log
@make sure that crunchgen uses proper environment variables when
building passwd (there is no better way I know to set "make"
variables from crunchgen)

Approved-by: jordan, abial, roger
@
text
@d2 1
a2 1
# $FreeBSD: src/release/picobsd/isp/crunch1/Makefile,v 1.4.2.3 1999/11/18 13:33:42 roger Exp $
d10 1
a10 1
	@@sh -c "NOPAM=1; export NOPAM; crunchgen ./crunch1.conf"
@


1.3
log
@Various fixups and corrections to match the 3.0-RELEASE tree.

The PicoBSD version is now 0.42.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/08/28 08:57:16 abial Exp $
a9 1
		cat login.diff|(cd /usr/src/usr.bin/login; patch -p0); \
a10 1
		cat ppp.diff|(cd /usr/src/usr.sbin/ppp; patch -p0); \
d15 1
a15 1
	@@${MAKE} -f crunch1.mk all \
a19 1
		cat login.diff|(cd /usr/src/usr.bin/login; patch -R -p0); \
a20 1
		cat ppp.diff|(cd /usr/src/usr.sbin/ppp; patch -R -p0); \
d41 2
a42 2
	mkdir -p /mnt/usr/local/share/snmp/mibs
	cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/
@


1.2
log
@Obtain the mib files from ../../net/crunch1/mibs.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
d18 1
a18 1
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" 2>&1 >/dev/null
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/08/02 12:22:04 abial Exp $
d46 1
a46 1
	cp mibs/*.txt /mnt/usr/local/share/snmp/mibs/
@


1.1.1.1
log
@Initial import of PicoBSD v0.4 tree.
@
text
@@
