freebsd-dev/share/Makefile

11 lines
205 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
SUBDIR= dict doc examples info man me misc mk skel \
1995-08-06 11:20:41 +00:00
tabset termcap timedef zoneinfo
1994-05-30 19:09:18 +00:00
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= syscons
.endif
1994-05-30 19:09:18 +00:00
.include <bsd.subdir.mk>