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
/
faithd
/
Makefile
blob
e3b9e9524498e7d21fd4d373539dac4dcfe43711
1
# $NetBSD: Makefile,v 1.3 2002/05/09 14:24:03 itojun Exp $
2
3
USE_FORT?
=
yes
# network server
4
5
PROG
=
faithd
6
SRCS
=
faithd.c tcp.c ftp.c
prefix
.c
7
MAN
=
faithd
.8
8
9
#CFLAGS+= -DFAITH4
10
11
.
include
<
bsd.prog.mk
>