diff options
author | 2006-10-10 12:45:58 +0000 | |
---|---|---|
committer | 2006-10-10 12:45:58 +0000 | |
commit | f3fd82adf9a84c12826aa6aa1430fcaf693f410f (patch) | |
tree | 0a7ec3d5ff1a4e4a81cae15874e3cdf4f2d49316 | |
parent | 4 usb tty devices by default; ok msf@ marco@ (diff) | |
download | wireguard-openbsd-f3fd82adf9a84c12826aa6aa1430fcaf693f410f.tar.xz wireguard-openbsd-f3fd82adf9a84c12826aa6aa1430fcaf693f410f.zip |
etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 8067ae3c1e0..752b8d95c90 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.240 2006/10/06 22:11:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.241 2006/10/10 12:45:58 todd Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -291,7 +291,7 @@ MAKEDEVARCHS+= hp300 MAKEDEVARCHS+= hppa MAKEDEVARCHS+= hppa64 MAKEDEVARCHS+= i386 -MAKEDEVARCHS+= landisk +#MAKEDEVARCHS+= landisk MAKEDEVARCHS+= luna88k MAKEDEVARCHS+= mac68k MAKEDEVARCHS+= macppc @@ -337,7 +337,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.240 2006/10/06 22:11:30 deraadt Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.241 2006/10/10 12:45:58 todd Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ |