head	1.5;
access;
symbols
	RELENG_3_5_0_RELEASE:1.4.2.1
	RELENG_3_4_0_RELEASE:1.4.2.1
	RELENG_3_3_0_RELEASE:1.4.2.1
	RELENG_3_2_0_RELEASE:1.4.2.1
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_3_0_0_RELEASE:1.2
	v0_4:1.1.1.1
	PICOBSD:1.1.1;
locks; strict;
comment	@# @;


1.5
date	99.06.15.11.45.18;	author roger;	state dead;
branches;
next	1.4;

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

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

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

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

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

1.4.2.1
date	99.05.07.10.04.43;	author abial;	state dead;
branches;
next	;


desc
@@


1.5
log
@MFS: No longer needed in PicoBSD 0.44
@
text
@#	$Id: Makefile,v 1.4 1999/01/08 21:09:42 abial Exp $
#
SRC?=/usr/src
PROG=kget
CFLAGS+= -I${SRC}/sys
SRCS= 	kget.c
NOMAN=yes

.include <bsd.prog.mk>


@


1.4
log
@Replace kget with version which obtains its info from newly added
sysctl machdep.uc_devlist, instead of /dev/kmem.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1998/10/25 03:16:02 abial Exp $
@


1.4.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
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1999/01/08 21:09:42 abial Exp $
@


1.3
log
@Remove redundant copies, and give credit to proper person.

Noticed by:	jkh
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1998/09/19 21:40:38 abial Exp $
d3 1
d5 2
a6 4
CFLAGS+= -I/usr/src/sys -DUC_PRIVATE -DKERN_NO_SYMBOLS
.PATH: ../../../sysinstall
SRCS= 	uc_isa.c uc_kmem.c uc_list.c uc_main.c uc_main.h \
	uc_eisa.c uc_pci.c
@


1.2
log
@Remove some dead code.

Obtained from: similar changes in sysinstall by jkh
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $
d5 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1998/07/14 07:30:54 abial Exp $
d6 1
a6 1
	uc_eisa.c uc_pci.c uc_scsi.c
@


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