1994-05-30 19:09:18 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
|
1998-05-15 11:55:47 +00:00
|
|
|
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
|
|
|
|
1998-05-15 11:55:47 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
SUBDIR+= syscons
|
|
|
|
.endif
|
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
.include <bsd.subdir.mk>
|