repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.bin
/
whois
/
Makefile
blob
e9121e195b921dd5b4cd2449ac3be9cd5e3fb423
1
# $NetBSD: Makefile,v 1.7 2009/04/14 22:15:29 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
USE_FORT?
=
yes
# network client
5
6
PROG
=
whois
7
CPPFLAGS
+= -
DRIPE
8
9
.
include
<
bsd.prog.mk
>