xref: /dragonfly/lib/libssh/Makefile.etc (revision 7bcb6caf)
1# $DragonFly: src/secure/lib/libssh/Makefile.etc,v 1.5 2008/05/24 09:15:43 corecode Exp $
2#
3
4.include "../../Makefile.ssh.common"
5
6FILES=		${SSHDIR}/moduli
7FILESDIR=	/etc/ssh
8FILESOWN=	${BINOWN}
9FILESGRP=	${BINGRP}
10FILESMODE=	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>
19