Inline Makefile.ssh.common
[dragonfly.git] / lib / libssh / Makefile.etc
... / ...
CommitLineData
1.PATH: ${.CURDIR}/../../crypto/openssh
2
3FILES= moduli
4FILESDIR= /etc/ssh
5FILESOWN= ${BINOWN}
6FILESGRP= ${BINGRP}
7FILESMODE= 644
8
9# make confuses the text file `moduli' with a binary which needs
10# to be created from `moduli.c'. Override this implicit rule by an
11# explicit do-nothing.
12moduli:
13 @true
14
15.include <bsd.prog.mk>