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
unzip(1): Add missing dependencies.
[dragonfly.git]
/
etc
/
pam.d
/
Makefile
blob
ab81b9ba8bc0e789793483c6acd717a714c6bbdd
1
NOOBJ
=
2
3
FILES
=
README \
4
convert.sh \
5
atrun \
6
cron \
7
ftpd \
8
imap \
9
login \
10
other \
11
passwd \
12
pop3 \
13
rsh \
14
sshd \
15
su \
16
system \
17
telnetd \
18
xdm
19
20
FILESDIR
= /
etc
/
pam.d
21
FILESMODE
=
644
22
FILESMODE_README
=
444
23
LINKS
= ${
FILESDIR
}/
ftpd
${
FILESDIR
}/
ftp
24
25
.
include
<
bsd.prog.mk
>