diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-21 00:41:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-21 00:41:35 +0000 |
commit | 5391f133fb9aab9e640da69ab7483f786af27580 (patch) | |
tree | 0437a43197405c9c3536fbf30c61c507810e48db | |
parent | ce832c9884e8d093dbaa4127e153baeec263c67c (diff) |
screenblank on amiga? Nope
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 3ea2b346675..f1f56e68681 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 1997/12/11 03:05:38 brian Exp $ +# $OpenBSD: Makefile,v 1.32 1998/01/21 00:41:34 deraadt Exp $ # not yet done: catman @@ -24,7 +24,7 @@ SUBDIR+=ypbind yppoll ypset ypserv SUBDIR+=apm apmd bad144 eeprom fdformat grfconfig grfinfo \ hilinfo iteconfig pccon pcmciad screenblank videomode .elif ${MACHINE} == "amiga" -SUBDIR+=grfconfig iteconfig screenblank videomode +SUBDIR+=grfconfig iteconfig videomode .elif ${MACHINE} == "atari" SUBDIR+=iteconfig .elif ${MACHINE} == "hp300" |