syscons is i386 specific due to machine/console.h

This commit is contained in:
John Birrell 1998-05-15 11:55:47 +00:00
parent 41cbb62401
commit f1f399e59d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36058

View File

@ -1,6 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
SUBDIR= dict doc examples info man me misc mk skel syscons \
SUBDIR= dict doc examples info man me misc mk skel \
tabset termcap timedef zoneinfo
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= syscons
.endif
.include <bsd.subdir.mk>