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