mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 04:54:07 +01:00
c12a60de93
Generate .dat files on build state
12 lines
164 B
Makefile
12 lines
164 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
SUBDIR= fortune
|
|
|
|
.if !make(install) && !make(distribute)
|
|
SUBDIR+=strfile
|
|
.endif
|
|
|
|
SUBDIR+= datfiles
|
|
|
|
.include <bsd.subdir.mk>
|