Merge from vendor branch GDB:
[dragonfly.git] / secure / lib / libssh / Makefile.etc
1 # $DragonFly: src/secure/lib/libssh/Makefile.etc,v 1.2 2005/09/08 13:14:30 corecode Exp $
2 #
3
4 .include "../../Makefile.ssh.common"
5
6 FILES=          ${SSHDIR}/moduli
7 FILESDIR=       /etc/ssh
8 FILESOWN=       ${BINOWN}
9 FILESGRP=       ${BINGRP}
10 FILESMODE=      644
11
12 # make confuses the text file `moduli' with a binary which needs
13 # to be created from `moduli.c'.  Override this implicit rule by an
14 # explicit do-nothing.
15 ${SSHDIR}/moduli:
16         @true
17
18 .include <bsd.prog.mk>