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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
ypbind
/
Makefile
blob
6898595bb813c1cbe71f39c409cc55668a98b3f6
1
# $NetBSD: Makefile,v 1.17 2007/07/07 22:33:57 christos Exp $
2
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
3
4
USE_FORT?
=
yes
# network client
5
6
PROG
=
ypbind
7
MAN
=
ypbind
.8
8
CPPFLAGS
+=-
DHEURISTIC
-
DDEBUG
9
10
LDADD
+= -
lutil
11
DPADD
+= ${
LIBUTIL
}
12
13
.
include
<
bsd.prog.mk
>