03aef4723c
options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
# $NetBSD: GENERIC.MP,v 1.3 2001/11/20 12:56:19 lukem Exp $
|
|
#
|
|
# Generic Alpha kernel with multiprocessor support.
|
|
|
|
include "arch/alpha/conf/GENERIC"
|
|
|
|
options MULTIPROCESSOR # include multiprocessor support
|
|
|
|
makeoptions DEBUG="-g" # ...and full symbols
|