mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
syscons is i386 specific due to machine/console.h
This commit is contained in:
parent
41cbb62401
commit
f1f399e59d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36058
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user