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