mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01: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>
|