HardenedBSD/share/Makefile

11 lines
205 B
Makefile
Raw Normal View History

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