Build the linux module on Alpha again. Note that the linux module

is not added to the MI list of modules. The current state of
affairs is such that the linux module is the exception, not the
common case.
This commit is contained in:
Marcel Moolenaar 2001-10-19 08:33:56 +00:00
parent 5983000903
commit 0a622d8291

View File

@ -141,7 +141,8 @@ SUBDIR+=snc
.endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=osf1
SUBDIR+=linux \
osf1
.endif
.if defined(WANT_EXT2FS_MODULE)