summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-25 20:59:23 +0000
committerobrien <obrien@FreeBSD.org>2003-02-25 20:59:23 +0000
commitd42e7b5cee60cd61ff6ba42e8cd7b333814283cd (patch)
treec0f38d0eca522579e246a7343a25800d4d61da28 /sys/sparc64/conf/Makefile
parentf1c8252d4ae1f5b3c53300c142edaba3c8f40f93 (diff)
downloadFreeBSD-src-d42e7b5cee60cd61ff6ba42e8cd7b333814283cd.zip
FreeBSD-src-d42e7b5cee60cd61ff6ba42e8cd7b333814283cd.tar.gz
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@
Diffstat (limited to 'sys/sparc64/conf/Makefile')
-rw-r--r--sys/sparc64/conf/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/sys/sparc64/conf/Makefile b/sys/sparc64/conf/Makefile
new file mode 100644
index 0000000..c05af2c
--- /dev/null
+++ b/sys/sparc64/conf/Makefile
@@ -0,0 +1,43 @@
+# $FreeBSD$
+
+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 \
+ | sed -e /VGA_DEBUG/d \
+ -e /SC_RENDER_DEBUG/d \
+ -e /SC_DEBUG_LEVEL/d \
+ -e /SC_NO_SUSPEND_VTYSWITCH/d \
+ -e /SC_NO_SYSMOUSE/d \
+ -e /SC_NO_HISTORY/d \
+ -e /SC_NO_FONT_LOADING/d \
+ -e /SC_NO_CUTPASTE/d \
+ -e /SC_TWOBUTTON_MOUSE/d \
+ -e /SC_CUT_SEPCHARS/d \
+ -e /SC_CUT_SPACES2TABS/d \
+ -e /SC_KERNEL_CONS_REV_ATTR/d \
+ -e /SC_KERNEL_CONS_ATTR/d \
+ -e /SC_NORM_REV_ATTR/d \
+ -e /SC_NORM_ATTR/d \
+ -e /SC_PIXEL_MODE/d \
+ -e /SC_MOUSE_CHAR/d \
+ -e /SC_HISTORY_SIZE/d \
+ -e /SC_DISABLE_REBOOT/d \
+ -e /SC_DISABLE_DDBKEY/d \
+ -e /SC_DFLT_FONT/d \
+ -e /SC_ALT_MOUSE_IMAGE/d \
+ -e /MAXCONS/d \
+ -e /VGA_WIDTH90/d \
+ -e /VGA_SLOW_IOACCESS/d \
+ -e /VGA_ALT_SEQACCESS/d \
+ -e /PSM_RESETAFTERSUSPEND/d \
+ -e /PSM_HOOKRESUME/d \
+ -e /KBD_DISABLE_KEYMAP_LOAD/d \
+ -e /ATKBD_DFLT_KEYMAP/d \
+ -e /EXT2FS/d \
+ > ${.TARGET}
OpenPOWER on IntegriCloud