diff options
-rw-r--r-- | share/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/Makefile b/share/Makefile index 7ced978..6363f07 100644 --- a/share/Makefile +++ b/share/Makefile @@ -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> |