summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-03-27 03:58:12 +0000
committergreen <green@FreeBSD.org>2001-03-27 03:58:12 +0000
commitbf4ebb714193c5f2005f1ea3e20f3487496ca75c (patch)
tree5f91bde39669e6406d0df64b542defd37b27c052 /etc/Makefile
parent13dcb5c8754bdf8e676c26f923497b44b19f1a78 (diff)
downloadFreeBSD-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/Makefile4
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)
OpenPOWER on IntegriCloud