repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
games
/
fortune
/
unstr
/
Makefile
blob
72bcbd1f0b2ec4d3ed495b97f46b9cef15bb9c29
1
# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:40 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
NOMAN
=
# defined
5
6
PROG
=
unstr
7
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
strfile
8
9
.
include
"../../Makefile.inc"
10
.
include
<
bsd.prog.mk
>