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