--- src/secure/lib/libssh/Makefile.etc 2005/07/07 12:43:36 1.1 +++ src/secure/lib/libssh/Makefile.etc 2005/09/08 13:14:30 1.2 @@ -1,11 +1,18 @@ # $DragonFly$ # +.include "../../Makefile.ssh.common" + FILES= ${SSHDIR}/moduli FILESDIR= /etc/ssh FILESOWN= ${BINOWN} FILESGRP= ${BINGRP} FILESMODE= 644 -.include "../../Makefile.ssh.common" +# make confuses the text file `moduli' with a binary which needs +# to be created from `moduli.c'. Override this implicit rule by an +# explicit do-nothing. +${SSHDIR}/moduli: + @true + .include