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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
apache2
/
mDNSResponder
/
usr.bin
/
dns-sd
/
Makefile
blob
6bb2b57935bef6ebc54cc05ac987f8aa12c1ea54
1
# $NetBSD: Makefile,v 1.4 2009/05/05 18:49:49 christos Exp $
2
3
PROG
=
dns-sd
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
DIST
}/
Clients
${
DIST
}/
mDNSShared
8
9
SRCS
=
dns-sd.c ClientCommon.c
10
LDADD
+= -
ldns_sd
11
DPADD
+= ${
LIBDNS_SD
}
12
13
.
include
<
bsd.prog.mk
>