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
kernel - Use different queue iterator for emergency pager
[dragonfly.git]
/
usr.sbin
/
authpf
/
Makefile
blob
be8d9235f369786a46b61b768562781e2bacfbe2
1
# $OpenBSD: Makefile,v 1.10 2003/11/20 23:23:09 avsm Exp $
2
3
PROG
=
authpf
4
MAN
=
authpf
.8
5
BINOWN
=
root
6
BINGRP
=
authpf
7
BINMODE
=
6555
8
SRCS
=
authpf.c
9
10
.PATH
: ${
.CURDIR
}/
..
/
pfctl
11
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
pfctl
12
13
LDADD
+= -
lm
-
lmd
-
lutil
14
DPADD
+= ${
LIBM
} ${
LIBMD
} ${
LIBUTIL
}
15
16
CLEANFILES
+=
y.tab.h
17
18
.
include
<
bsd.prog.mk
>