summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2001-06-22 22:07:55 +0000
committerNiels Provos <provos@cvs.openbsd.org>2001-06-22 22:07:55 +0000
commit61743c58964571cb0d457ed6153b536da8f52925 (patch)
treec9731deeaff53ec981814a60123e997033ee17d5 /etc/Makefile
parent01ec342ec94a4196f34345c05076ef63530e2592 (diff)
install new moduli
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 716becde1d0..0f26487f4fb 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.123 2001/06/18 21:09:22 millert Exp $
+# $OpenBSD: Makefile,v 1.124 2001/06/22 22:07:54 provos Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -70,7 +70,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 644 login.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
- ${INSTALL} -c -o root -g wheel -m 644 primes ${DESTDIR}/etc
+ ${INSTALL} -c -o root -g wheel -m 644 moduli ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
(cd root; \