repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add ASSERT_NOT_SERIALIZED
[dragonfly.git]
/
usr.sbin
/
pflogd
/
Makefile
blob
45c178ace8bc86f280bd8f41f0b78b05b7127a1e
1
# $OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $
2
# $DragonFly: src/usr.sbin/pflogd/Makefile,v 1.1 2004/09/21 21:25:28 joerg Exp $
3
4
LDADD
+= -
lpcap
-
lutil
5
DPAPP
+= ${
LIBPCAP
} ${
LIBUTIL
}
6
7
PROG
=
pflogd
8
SRCS
=
pflogd.c privsep.c privsep_fdpass.c
9
MAN
=
pflogd
.8
10
WARNS?
=
6
11
12
.
include
<
bsd.prog.mk
>