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.
11 lines
216 B
Makefile
11 lines
216 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/09/26 18:56:43 apb Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= unstr
|
|
CPPFLAGS+= -I${.CURDIR}/../strfile
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|