summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2005-12-27 23:16:29 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2005-12-27 23:16:29 +0000
commit4fdf2a0f879f1253fe47c173f39271db10d6eed7 (patch)
tree3138df65acf846f7b6a681e49d99a80f6e9191c5 /etc/Makefile
parent406aec122bd067b52c8745f319fbc63b266744bf (diff)
install sample ipsec.conf; ok hshoexer@
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 667a1f0af2b..bcc4a5aff6a 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.229 2005/11/21 16:13:44 beck Exp $
+# $OpenBSD: Makefile,v 1.230 2005/12/27 23:16:28 naddy Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -84,6 +84,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 ospfd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc
+ ${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
cd root; \
@@ -381,7 +382,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.229 2005/11/21 16:13:44 beck Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.230 2005/12/27 23:16:28 naddy Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \