summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-27 06:34:36 +0000
committerderaadt <deraadt@openbsd.org>2006-03-27 06:34:36 +0000
commit904498e3b1b322015db69e0fdf985e24195c95ef (patch)
tree0b0884ef1b3da1811945eb0ed22729c404301c0e
parentmacppc has com now; fkr@bytemine.de (diff)
downloadwireguard-openbsd-904498e3b1b322015db69e0fdf985e24195c95ef.tar.xz
wireguard-openbsd-904498e3b1b322015db69e0fdf985e24195c95ef.zip
do not make {cua,tty}[cd] here
-rw-r--r--etc/etc.macppc/MAKEDEV.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.macppc/MAKEDEV.md b/etc/etc.macppc/MAKEDEV.md
index e4e802be651..f8810909ca8 100644
--- a/etc/etc.macppc/MAKEDEV.md
+++ b/etc/etc.macppc/MAKEDEV.md
@@ -1,5 +1,5 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.24 2006/03/27 04:00:02 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.25 2006/03/27 06:34:36 deraadt Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
@@ -105,8 +105,8 @@ _std(1, 2, 43, 3, 6)
dnl
dnl *** macppc specific targets
dnl
-twrget(all, s64_tzs, tty, a, b, c, d)dnl
-twrget(all, s64_czs, cua, a, b, c, d)dnl
+twrget(all, s64_tzs, tty, a, b)dnl
+twrget(all, s64_czs, cua, a, b)dnl
target(all, ch, 0)dnl
target(all, ss, 0, 1)dnl
target(all, xfs, 0)dnl