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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
pf
/
Makefile
blob
cbdcaa1be15266544b20b8e0601aa1c307fd0e6f
1
# $NetBSD: Makefile,v 1.7 2005/08/23 12:12:56 peter Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
SUBDIR
=
authpf
6
SUBDIR
+=
ftp-proxy
7
SUBDIR
+=
pfctl
8
SUBDIR
+=
pflogd
9
SUBDIR
+=
tftp-proxy
10
11
SUBDIR
+=
man
12
13
.if
(${
MKSHARE
} !=
"no"
)
14
SUBDIR
+=
examples
15
.
endif
16
17
configinstall
:
18
${
MAKEDIRTARGET
}
etc configinstall
19
${
MAKEDIRTARGET
}
etc
/
defaults configinstall
20
21
.
include
<
bsd.subdir.mk
>