mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 20:27:55 +01:00
16 lines
202 B
Makefile
16 lines
202 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
SUBDIR= fortune
|
||
|
|
||
|
.ifmake (clean) || (cleandir)
|
||
|
SUBDIR+=datfiles
|
||
|
.endif
|
||
|
|
||
|
.ifmake !(install)
|
||
|
SUBDIR+=strfile
|
||
|
.else
|
||
|
SUBDIR+=datfiles
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|