mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
15 lines
232 B
Makefile
15 lines
232 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
SUBDIR= fortune
|
|
|
|
.ifmake (clean) || (cleandir) || (obj)
|
|
SUBDIR+=datfiles
|
|
.endif
|
|
|
|
.if !make(install) && !make(distribute)
|
|
SUBDIR+=strfile
|
|
.else
|
|
SUBDIR+=datfiles
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|