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
/
boggle
/
mkdict
/
Makefile
blob
12975851aac4b8f046d3cc006a24ef1f0e7a5c20
1
# $NetBSD: Makefile,v 1.11 2001/12/12 00:07:47 tv Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/11/93
3
4
NOMAN
=
# defined
5
6
HOSTPROG
=
mkdict
7
HOST_CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
boggle
8
9
.
include
<
bsd.hostprog.mk
>