Inline Makefile.ssh.common
[dragonfly.git] / lib / libssh / Makefile.etc
1 .PATH: ${.CURDIR}/../../crypto/openssh
2
3 FILES=          moduli
4 FILESDIR=       /etc/ssh
5 FILESOWN=       ${BINOWN}
6 FILESGRP=       ${BINGRP}
7 FILESMODE=      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.
12 moduli:
13         @true
14
15 .include <bsd.prog.mk>