summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-10 21:22:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-10 21:22:31 +0000
commita697af8f0930eb97a80ee041dd52d33546ca80b9 (patch)
treefbbac3ebd7b62bf3fff16d693e0a53c011ea168b /etc
parentce8c5f1f3c6b816cb7f5f996cbdf1f1d950a7792 (diff)
landisk has no wsconsctl.conf
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 54564a89c31..a17dc2bd428 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.242 2006/10/29 18:58:57 norby Exp $
+# $OpenBSD: Makefile,v 1.243 2006/11/10 21:22:30 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -22,7 +22,7 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \
moduli pf.os sensorsd.conf ifstated.conf
.if ${MACHINE} != "aviion" && ${MACHINE} != "mvme68k" && \
- ${MACHINE} != "mvme88k"
+ ${MACHINE} != "mvme88k" && ${MACHINE} != "landisk"
BIN1+= wsconsctl.conf
.endif
@@ -338,7 +338,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.242 2006/10/29 18:58:57 norby Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.243 2006/11/10 21:22:30 deraadt Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \