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
Merge branch 'vendor/GDTOA'
[dragonfly.git]
/
secure
/
usr.sbin
/
sshd
/
Makefile.etc
blob
b7e569257e20a8dba1920072f5b2f5e77ead66f8
1
# $DragonFly: src/secure/usr.sbin/sshd/Makefile.etc,v 1.2 2008/04/08 12:12:53 swildner Exp $
2
#
3
4
FILES= sshd_config
5
FILESDIR= /etc/ssh
6
FILESMODE= 644
7
FILESOWN= ${BINOWN}
8
FILESGRP= ${BINGRP}
9
10
.include "../../Makefile.ssh.common"
11
.include <bsd.prog.mk>