Enable building of the OSF/1 compat module.

This commit is contained in:
Andrew Gallatin 1999-12-15 13:14:23 +00:00
parent 25a2013b80
commit 6c1029b1fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54637

View File

@ -14,4 +14,8 @@ SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \
svr4 syscons vesa vinum wi
.endif
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=osf1
.endif
.include <bsd.subdir.mk>