blob: 2a951ab1f9d9eb05ecfab385fd29763dacd04327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.5 1995/03/23 08:28:23 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= fortune
.ifmake !(install)
SUBDIR+= strfile
.endif
SUBDIR+= datfiles
.include <bsd.subdir.mk>
|