1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.6 (Berkeley) 4/27/91
|
|
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:45:23 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
SUBDIR= fortune
|
|
|
|
|
|
|
|
.ifmake !(install)
|
1993-04-30 09:24:57 +04:00
|
|
|
SUBDIR+= strfile
|
1993-03-21 12:45:37 +03:00
|
|
|
.endif
|
|
|
|
|
1993-04-30 09:24:57 +04:00
|
|
|
SUBDIR+= datfiles
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|