head	1.4;
access;
symbols
	RELENG_6_4_0_RELEASE:1.3.24.1
	RELENG_6_4:1.3.0.24
	RELENG_6_4_BP:1.3
	RELENG_6_3_0_RELEASE:1.3
	RELENG_6_3:1.3.0.22
	RELENG_6_3_BP:1.3
	RELENG_6_2_0_RELEASE:1.3
	RELENG_6_2:1.3.0.20
	RELENG_6_2_BP:1.3
	RELENG_5_5_0_RELEASE:1.3
	RELENG_5_5:1.3.0.18
	RELENG_5_5_BP:1.3
	RELENG_6_1_0_RELEASE:1.3
	RELENG_6_1:1.3.0.16
	RELENG_6_1_BP:1.3
	RELENG_6_0_0_RELEASE:1.3
	RELENG_6_0:1.3.0.14
	RELENG_6_0_BP:1.3
	RELENG_6:1.3.0.12
	RELENG_6_BP:1.3
	RELENG_5_4_0_RELEASE:1.3
	RELENG_5_4:1.3.0.10
	RELENG_5_4_BP:1.3
	RELENG_5_3_0_RELEASE:1.3
	RELENG_5_3:1.3.0.8
	RELENG_5_3_BP:1.3
	RELENG_5:1.3.0.6
	RELENG_5_BP:1.3
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.4
	RELENG_5_2_BP:1.3
	RELENG_5_1_0_RELEASE:1.3
	RELENG_5_1:1.3.0.2
	RELENG_5_1_BP:1.3
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.05.11.22.25.18;	author jhb;	state dead;
branches;
next	1.3;

1.3
date	2003.02.26.23.36.58;	author ru;	state Exp;
branches
	1.3.12.1
	1.3.24.1;
next	1.2;

1.2
date	2003.02.25.20.59.22;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.15.17.50.17;	author jhb;	state Exp;
branches;
next	;

1.3.12.1
date	2012.11.17.07.42.15;	author svnexp;	state Exp;
branches;
next	;

1.3.24.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.4
log
@First pass at removing Alpha kernel support.
@
text
@# $FreeBSD: src/sys/alpha/conf/Makefile,v 1.3 2003/02/26 23:36:58 ru Exp $

.include "${.CURDIR}/../../conf/makeLINT.mk"
@


1.3
log
@Implemented "nooption" and "nomakeoption" config(8) tokens.
Fixed memory leak in the "nodevice" option implementation.

Use these instead of sed(1) in MD NOTES.

Use a single makefile (sys/conf/makeLINT.mk) to generate
LINT for all architectures.  (Previous versions missed
the LINT dependency on Makefile, and i386 version also
missed the dependency on ${NOTES}.)

Fixed bugs in the previous NOTES conversion using the
"nodevice" token and sed(1):

- i386 LINT lost "device pst".

- pc98 LINT lost SC_*, MAXCONS and KBD_DISABLE_KEYMAP_LOAD
  options, and got needless DPT_* options.

- Added nooptions PPC_DEBUG, PPC_PROBE_CHIPSET, KBD_INSTALL_CDEV
  to sparc64 LINT so that it has a chance to config(8).

This basically returns us to where we were before.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.12.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/alpha/conf/Makefile 111582 2003-02-26 23:36:59Z ru $
@


1.3.24.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.2
log
@Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES
Where needed.  Use 'sed' for now in place of "nooptions".  Add a sparc64
MD NOTES.

Reviewed by:	arch@@
@
text
@d3 1
a3 9
all:
	@@echo "make LINT only"

clean:
	rm -f LINT

NOTES=	../../conf/NOTES NOTES
LINT: ${NOTES} ../../conf/makeLINT.sed
	cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed > ${.TARGET}
@


1.1
log
@Add a NOTES file for the Alpha architecture.
@
text
@d9 3
a11 2
LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
	cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT
@

