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]
/
regress
/
lib
/
libutil
/
sockaddr_snprintf
/
Makefile
blob
2962eef082e8b4643abc1bc88eb1bc6f445b1ad1
1
# $NetBSD: Makefile,v 1.1 2004/11/19 21:38:25 christos Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
sockaddr_snprintf
8
9
.if
(${
USE_INET6
} !=
"no"
)
10
CPPFLAGS
+= -
DINET6
11
.
endif
12
13
regress
: ${
PROG
}
14
.
/${
PROG
}
15
16
DPADD
+= ${
LIBUTIL
}
17
LDADD
+= -
lutil
18
19
.
include
<
bsd.prog.mk
>