head	1.5;
access;
symbols
	old_RELENG_4_4_0_RELEASE:1.1.8.1
	old_RELENG_4_4:1.1.8.1.0.2
	old_RELENG_4_4_BP:1.1.8.1
	old_RELENG_4_3_0_RELEASE:1.1
	old_RELENG_4_3:1.1.0.10
	old_RELENG_4_3_BP:1.1
	old_RELENG_4_2_0_RELEASE:1.1
	old_RELENG_4_1_1_RELEASE:1.1
	old_PRE_SMPNG:1.1
	old_RELENG_4_1_0_RELEASE:1.1
	old_RELENG_3_5_0_RELEASE:1.1
	old_RELENG_4_0_0_RELEASE:1.1
	old_RELENG_4:1.1.0.8
	old_RELENG_4_BP:1.1
	old_RELENG_3_4_0_RELEASE:1.1
	old_RELENG_3_3_0_RELEASE:1.1
	old_RELENG_3_2_PAO:1.1.0.6
	old_RELENG_3_2_PAO_BP:1.1
	old_RELENG_3_2_0_RELEASE:1.1
	old_RELENG_3_1_0_RELEASE:1.1
	old_RELENG_3:1.1.0.4
	old_RELENG_3_BP:1.1
	old_RELENG_2_2_8_RELEASE:1.1
	old_RELENG_3_0_0_RELEASE:1.1
	old_RELENG_2_2_7_RELEASE:1.1
	old_RELENG_2_2_6_RELEASE:1.1
	old_RELENG_2_2_5_RELEASE:1.1
	old_RELENG_2_2_2_RELEASE:1.1
	old_RELENG_2_2_1_RELEASE:1.1
	old_RELENG_2_2_0_RELEASE:1.1
	old_RELENG_2_2:1.1.0.2
	old_RELENG_2_2_BP:1.1;
locks; strict;
comment	@# @;


1.5
date	2002.06.06.20.20.58;	author gordon;	state dead;
branches;
next	1.4;

1.4
date	2001.12.04.02.19.54;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.26.14.33.04;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.20.18.13.12;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	96.07.09.02.04.30;	author julian;	state Exp;
branches
	1.1.8.1;
next	;

1.1.8.1
date	2001.04.25.10.58.21;	author ru;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove the old nextboot from Whistler. AFAIK this hasn't been useable in
quite a while and only works on i386.
@
text
@#	@@(#)Makefile    1.1 (Julian Elischer)	3/28/93
# $FreeBSD: src/sbin/nextboot/Makefile,v 1.4 2001/12/04 02:19:54 obrien Exp $

PROG=	nextboot
WARNS=	0
MAN=	nextboot.8

.include <bsd.prog.mk>
@


1.4
log
@Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD: src/sbin/i386/nextboot/Makefile,v 1.2 2001/03/20 18:13:12 ru Exp $
d5 1
@


1.2
log
@Set the default manual section for sbin/ to 8.
@
text
@d2 1
a2 1
# $FreeBSD$
d5 1
@


1.1
log
@Obtained from: Whistle Communications

control program to control the facility of the bootblocks
to fetch a default bootstring from a fixed location on the disk.

See the manpage for more info.
@
text
@d2 1
a2 2
#
#
a4 2
SRCS=	nextboot.c
MAN8=	nextboot.8
@


1.1.8.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d2 2
a3 1
# $FreeBSD$
d6 2
a7 1
MAN=	nextboot.8
@


