9536f79402
* in games/fortune/Makefile, add unstr to SUBDIR; * in games/fortune/unstr/Makefile, include ../../Makefile.inc; * in games/fortune/strfile/Makefile, add MLINKS for unstr man page; * in distrib/sets/lists/games/mi, add new files.
7 lines
167 B
Makefile
7 lines
167 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/09/26 18:56:43 apb Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
SUBDIR= fortune strfile unstr .WAIT datfiles
|
|
|
|
.include <bsd.subdir.mk>
|