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]
/
libexec
/
fingerd
/
Makefile
blob
0c8440b882cab861e218733c58fb781f3f084efc
1
# $NetBSD: Makefile,v 1.8 1999/07/02 06:00:06 itojun Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
fingerd
7
MAN
=
fingerd
.8
8
9
.if
(${
USE_INET6
} !=
"no"
)
10
CPPFLAGS
+=-
DINET6
11
.
endif
12
13
.
include
<
bsd.prog.mk
>