mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
11 lines
205 B
Makefile
11 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>
|