mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# @(#)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
|
|
|
|
.include <bsd.subdir.mk>
|