head	1.4;
access;
symbols
	RELENG_3_5_0_RELEASE:1.2.2.2
	RELENG_3_4_0_RELEASE:1.2.2.2
	RELENG_3_3_0_RELEASE:1.2.2.2
	RELENG_3_2_PAO:1.2.2.1.0.2
	RELENG_3_2_PAO_BP:1.2.2.1
	RELENG_3_2_0_RELEASE:1.2.2.1
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.2
	v0_4:1.1.1.1
	PICOBSD:1.1.1;
locks; strict;
comment	@# @;


1.4
date	99.08.22.21.44.40;	author dwhite;	state dead;
branches;
next	1.3;

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

1.2
date	98.09.20.00.46.26;	author abial;	state Exp;
branches
	1.2.2.1;
next	1.1;

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

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

1.2.2.1
date	99.05.09.22.04.07;	author abial;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	99.08.22.23.08.55;	author dwhite;	state dead;
branches;
next	;


desc
@@


1.4
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
@#
# $Id: Makefile,v 1.3 1999/05/05 08:37:43 abial Exp $
#

DESTDIR?=/mnt

STAND_LINKS= bin sbin
USR_LINKS= bin sbin libexec
PL_LOCALE_LINKS= pl polish

all: tree links

tree:
	mtree -deU -f mfs.mtree -p ${DESTDIR}

links: tree
	(cd ${DESTDIR}; \
		for i in ${STAND_LINKS}; \
		do \
			ln -s /stand $${i}; \
		done; \
		cd var/run; \
		ln -s /dev/null log; \
		cd ../../usr; \
		for i in ${USR_LINKS}; \
		do \
			ln -s /stand $${i}; \
		done; \
		cd share/misc;\
		ln -s /etc/termcap termcap; )


# We don't do it under 'all' because it's needed only on non-DEVFS systems
devnodes: tree
	(cd ${DESTDIR}/dev; \
	ln -s /dev/MAKEDEV; \
	./MAKEDEV std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0; \
	rm MAKEDEV)

clean:
@


1.3
log
@Deal with MAKEDEV's braindedness.

Submitted by:	Patrick Powell <papowell@@astart4.astart.com>
Reviewed by:	abial
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/09/20 00:46:26 abial Exp $
@


1.2
log
@Hmm... Let's make the switch to non-DEVFS actually work. :-/
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $
d36 5
a40 1
	/dev/MAKEDEV std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0)
@


1.2.2.1
log
@MFC: deal with recursive MAKEDEV calls.

Submitted by:	Patrick Powell <papowell@@astart4.astart.com>
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1998/09/20 00:46:26 abial Exp $
d36 1
a36 5
	ln -s /dev/MAKEDEV; \
	./MAKEDEV std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0; \
	rm MAKEDEV)

clean:
@


1.2.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.2.2.1 1999/05/09 22:04:07 abial Exp $
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1998/07/14 07:30:51 abial Exp $
d35 2
a36 4
	(cp MAKEDEV ${DESTDIR}/dev/; \
		cd ${DESTDIR}/dev; \
		./MAKEDEV std tun2 vty10 fd0 wd0 wd0s1h pty0 vn0; \
		rm MAKEDEV;)
@


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