head	1.7;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3.2.3
	RELENG_3_4_0_RELEASE:1.3.2.3
	RELENG_3_3_0_RELEASE:1.3.2.3
	RELENG_3_2_PAO:1.3.2.1.0.2
	RELENG_3_2_PAO_BP:1.3.2.1
	RELENG_3_2_0_RELEASE:1.3.2.1
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_3_0_0_RELEASE:1.2
	v0_4:1.1.1.1
	PICOBSD:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2000.02.08.08.37.50;	author luigi;	state dead;
branches;
next	1.6;

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

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

1.4
date	99.06.14.15.40.44;	author roger;	state Exp;
branches;
next	1.3;

1.3
date	99.01.19.23.07.17;	author abial;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	98.10.15.21.39.59;	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.3.2.1
date	99.05.07.10.02.34;	author abial;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	99.08.22.23.07.51;	author dwhite;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	99.08.29.15.52.28;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove the (now unused; it is in ../../build/Makefile.crunch)
Makefile, update crunch.conf

Approved-By: jordan
@
text
@#
# $FreeBSD: src/release/picobsd/dial/crunch1/Makefile,v 1.6 1999/08/28 01:33:16 peter Exp $
#
NOCRYPT?=	yes
SRC?=/usr/src

all: crunch

crunch:
	if [ "${INIT}" = "init" ]; then \
		echo "progs init getty" >crunch1.conf ; \
	else \
		echo "progs ${INIT}" >crunch1.conf ; \
	fi;
	@@cat crunch.conf|sed -e "s@@/usr/src@@${SRC}@@" >>crunch1.conf
	@@crunchgen ${.CURDIR}/crunch1.conf
	@@${MAKE} -DRELEASE_CRUNCH -f crunch1.mk all NOCRYPT=yes \
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY" #2>&1 >/dev/null

clean:
	rm  -f *.o *.stub *.lo *_stub.c *.mk \
		crunch.cache \
		crunch.mk \
		crunch.c \
		crunch \
		crunch1* \
		.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

.include <bsd.prog.mk>
@


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


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.3.2.1 1999/05/07 10:02:34 abial Exp $
@


1.4
log
@Update to PicoBSD 0.44 from RELENG_3
@
text
@d10 3
a12 2
	if [ "X${INIT}" != "X" ]; \
	then \
a13 2
	else \
		echo "progs init getty" >crunch1.conf ; \
@


1.3
log
@Add stty to emulate getpass in dialup script.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/10/15 21:39:59 abial Exp $
d18 1
a18 1
	@@${MAKE} -f crunch1.mk all -DRELEASE_CRUNCH NOCRYPT=${NOCRYPT} \
@


1.3.2.1
log
@Assorted fixes to PicoBSD in preparation for 3.2-RELEASE:

* use system's kget instead of TinyWare version
* use /bin/sh instead of Ash - it was old, and not much smaller
* remove unused MIB files
* check for kzip stubs, and build them if necessary
* slightly update the docs
* use newer /boot/ contents
* use my own greeting menu.
* fix a couple of bugs in scripts
* bump revision number to 0.44

Submitted by:	me && various people from freebsd-small
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/01/19 23:07:17 abial Exp $
d18 1
a18 1
	@@${MAKE} -DRELEASE_CRUNCH -f crunch1.mk all NOCRYPT=yes \
@


1.3.2.2
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.3.2.1 1999/05/07 10:02:34 abial Exp $
d10 4
a13 1
	if [ "${INIT}" = "init" ]; then \
a14 2
	else \
		echo "progs ${INIT}" >crunch1.conf ; \
@


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


1.2
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.1.1.1 1998/08/27 17:38:42 abial Exp $
d18 1
a18 1
	@@${MAKE} -f crunch1.mk all NOCRYPT=${NOCRYPT} \
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1998/08/10 19:38:39 abial Exp $
d19 1
a19 1
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY" 2>&1 >/dev/null
@


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