summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-28 14:15:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-28 14:15:23 +0000
commit3041433a2c99b5de3083fba803fd3648c05ab86d (patch)
tree240dc4a0ab080c60ee2dfb882a046990fd48e2b8 /usr.sbin/Makefile
parentda0ee89e4eb18bbe3c71583ddac3857bd4cd5023 (diff)
atari stuff moves
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 13ddb890c7a..62c8292e6e0 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
-# $Id: Makefile,v 1.3 1995/10/23 07:46:00 deraadt Exp $
+# $Id: Makefile,v 1.4 1995/10/28 14:15:22 deraadt Exp $
# not yet done: catman
@@ -23,8 +23,10 @@ SUBDIR+=amd
.if make(clean) || make(cleandir)
SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank
-.elif ${MACHINE} == "amiga" || ${MACHINE} == "atari"
+.elif ${MACHINE} == "amiga"
SUBDIR+=grfconfig iteconfig videomode
+.elif ${MACHINE} == "atari"
+SUBDIR+=iteconfig
.elif ${MACHINE} == "hp300"
SUBDIR+=config.old grfinfo hilinfo
.elif ${MACHINE} == "i386"