diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-27 06:34:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-27 06:34:37 +0000 |
commit | df64f007a112f05fd10bc2ceced7d692f3646fbd (patch) | |
tree | d24c99c5f83a768fd7e593f3322e19d9dcef9f7f /etc | |
parent | 511b68799351f0fa701df163cfb3712132b04c2d (diff) |
do not make {cua,tty}[cd] here
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.macppc/MAKEDEV.md | 6 |
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 |