diff options
author | green <green@FreeBSD.org> | 2001-03-27 03:58:12 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-03-27 03:58:12 +0000 |
commit | bf4ebb714193c5f2005f1ea3e20f3487496ca75c (patch) | |
tree | 5f91bde39669e6406d0df64b542defd37b27c052 /etc/Makefile | |
parent | 13dcb5c8754bdf8e676c26f923497b44b19f1a78 (diff) | |
download | FreeBSD-src-bf4ebb714193c5f2005f1ea3e20f3487496ca75c.zip FreeBSD-src-bf4ebb714193c5f2005f1ea3e20f3487496ca75c.tar.gz |
At least install primes to the right place, for now. I suppose.
Reminded by: everyone
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index fe26c90..4be00aa 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -26,8 +26,8 @@ BIN1= amd.map apmd.conf auth.conf \ .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH) SSH= ${.CURDIR}/../crypto/openssh/ssh_config \ - ${.CURDIR}/../crypto/openssh/sshd_config -BIN1+= primes + ${.CURDIR}/../crypto/openssh/sshd_config \ + primes .endif .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL) |