Add syscons back to alpha build; works fine now.

This commit is contained in:
Jordan K. Hubbard 1998-10-01 14:48:58 +00:00
parent 38e152d29d
commit 1891105028
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39861

View File

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