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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
nfsd
/
Makefile
blob
be77c09220446e988080cbe0f9702046d19da7f5
1
# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:38 tls Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
USE_FORT?
=
yes
# network server
5
6
PROG
=
nfsd
7
MAN
=
nfsd
.8
8
9
LDADD
+= -
lpthread
10
DPADD
+= ${
LIBPTHREAD
}
11
12
.
include
<
bsd.prog.mk
>