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]
/
libexec
/
fingerd
/
Makefile
blob
4ade1c2fb36cf0c6ba82bcbf547ca7653a913335
1
# $NetBSD: Makefile,v 1.9 2005/01/10 02:58:58 lukem 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
>