head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.2.1
	RELENG_4_11:1.2.2.1.0.16
	RELENG_4_11_BP:1.2.2.1
	RELENG_4_10_0_RELEASE:1.2.2.1
	RELENG_4_10:1.2.2.1.0.14
	RELENG_4_10_BP:1.2.2.1
	RELENG_4_9_0_RELEASE:1.2.2.1
	RELENG_4_9:1.2.2.1.0.12
	RELENG_4_9_BP:1.2.2.1
	RELENG_4_8_0_RELEASE:1.2.2.1
	RELENG_4_8:1.2.2.1.0.10
	RELENG_4_8_BP:1.2.2.1
	RELENG_4_7_0_RELEASE:1.2.2.1
	RELENG_4_7:1.2.2.1.0.8
	RELENG_4_7_BP:1.2.2.1
	RELENG_4_6_2_RELEASE:1.2.2.1
	RELENG_4_6_1_RELEASE:1.2.2.1
	RELENG_4_6_0_RELEASE:1.2.2.1
	RELENG_4_6:1.2.2.1.0.6
	RELENG_4_6_BP:1.2.2.1
	RELENG_4_5_0_RELEASE:1.2.2.1
	RELENG_4_5:1.2.2.1.0.4
	RELENG_4_5_BP:1.2.2.1
	RELENG_4_4_0_RELEASE:1.2.2.1
	RELENG_4_4:1.2.2.1.0.2
	RELENG_4_4_BP:1.2.2.1
	RELENG_4_3_0_RELEASE:1.2
	RELENG_4_3:1.2.0.4
	RELENG_4_3_BP:1.2
	RELENG_4_2_0_RELEASE:1.2
	RELENG_4_1_1_RELEASE:1.2
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.2
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.2
	RELENG_4_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.04.23.20.25.39;	author joe;	state dead;
branches;
next	1.2;

1.2
date	2000.02.04.07.26.22;	author kris;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	99.12.10.21.42.57;	author grog;	state Exp;
branches;
next	;

1.2.2.1
date	2001.04.22.13.15.48;	author luigi;	state dead;
branches;
next	;


desc
@@


1.3
log
@MF4S: Syncronise with Luigi's work in -stable.
@
text
@# $FreeBSD: src/release/picobsd/Makefile,v 1.2 2000/02/04 07:26:22 kris Exp $
#
# Top level Makefile for PicoBSD

# Please submit any changes to the freebsd-small mailing list for
# discussion prior to committing.

MAINTAINER=	freebsd-small

# install looks like a partially completed target, 
# but I don't want to finish this work.
# FIXME
# CONFIGS	=	custom dial isp net router
CONFIGS	=	custom

all clean tidy:	
	for i in ${CONFIGS}; do \
	  (cd $$i; \
	   echo '----- Building in' $$i; \
	    make $@@); \
	done
	@@if [ "$@@" = "clean" ]; then \
	   rm -f *~; \
        fi

floppy floppy2:
	@@echo Please build this target from one of the ${CONFIGS} subdirectories.

# Build one subdirectory
${CONFIGS}:
	cd $@@; make clean all
@


1.2
log
@Set MAINTAINER=freebsd-small with an explanation to submit all
proposed changes to freebsd-small for discussion prior to commit.

Reviewed by:	freebsd-small
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.2.1
log
@Remove this file from RELENG_4. It has been broken here for
a long time, and its presence is misleading.
@
text
@d1 1
a1 1
# $FreeBSD: src/release/picobsd/Makefile,v 1.2 2000/02/04 07:26:22 kris Exp $
@


1.1
log
@Add 'custom' directory with significantly restructured build (now
using make instead of custom scripts) and two floppies instead of
one.  The resultant floppy can do everything that the individual
floppies (dial, net, install, isp, router) could do, modulo some bit
rot that has occurred since PicoBSD last compiled.  It also includes
all the programs on the fixit floppy, which could thus also die.

/bin currently contains the following files:

-sh             dump            ln              ns              sps
[               ed              login           ping            stty
badsect         ex              ls              ps              swapon
cat             expr            mkdir           pwd             sync
chgrp           fdisk           mknod           pwd_mkdb        sysctl
chmod           find            more            rdump		syslogd
chown           fsck            mount           reboot          tar
chroot          ftp             mount_cd9660    restore         telnet
clri            getty           mount_msdos     rlogin		telnetd
cp              grep            mount_nfs       rm              test
date            gunzip          mount_std       rmdir		traceroute
dd              gzip            msg             route           umount
dev_mkdb        hostname        mt              routed          vi
df              ifconfig        mv              rrestore        view
dhclient        inetd           natd            rsh             vm
dhclient-script init            netstat         sed             w
disklabel       kget            newfs           sh              zcat
dmesg           kill            nfs             sleep

Structure is in place for using the same build for the other
directories, but I'm no longer sure we need this.  The current first
floppy will run fine by itself, but the size of a compressed kernel
has increased by nearly 50% since 3.2, and there's not much space for
anything useful on the remainder of the floppy.  The current method
creates a larger mfs and can read as many floppies as the user can
stand.  The footprint appears to be round 14 MB.

Work-sponsored-by:    Sitara Networks Inc.
@
text
@d1 2
d4 6
d31 1
a31 1
	cd $@@; make clean all@

