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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
usr.sbin
/
authpf
/
Makefile
blob
ada5835f5a8f9a149957ebb79d00506ef7abfa19
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
9
.PATH
: ${
.CURDIR
}/
..
/
pfctl
10
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
pfctl
11
12
DPADD
= ${
LIBM
} ${
LIBUTIL
}
13
LDADD
= -
lm
-
lutil
14
15
CLEANFILES
+=
y.tab.h
16
17
.
include
<
bsd.prog.mk
>