diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-01-08 05:29:15 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-01-08 05:29:15 +0000 |
commit | ff6aa95a56a8de0c2342fb3724a7e4eddbad88d8 (patch) | |
tree | c5a1beb496073fc4f524aedab0298b6cdbac6dd4 /etc/Makefile | |
parent | 3c5eecf1a42f0f5d7987e3656fbde9a0be4f1783 (diff) |
sync
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 3712ee79bc4..982c159e5e9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.138 2002/01/08 01:06:44 todd Exp $ +# $OpenBSD: Makefile,v 1.139 2002/01/08 05:29:13 todd Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -318,13 +318,13 @@ snap_md: .endif # DESTDIR check -#MAKEDEVARCHS+= alpha +MAKEDEVARCHS+= alpha #MAKEDEVARCHS+= amiga #MAKEDEVARCHS+= hp300 #MAKEDEVARCHS+= hppa MAKEDEVARCHS+= i386 -#MAKEDEVARCHS+= mac68k -#MAKEDEVARCHS+= macppc +MAKEDEVARCHS+= mac68k +MAKEDEVARCHS+= macppc #MAKEDEVARCHS+= sparc MAKEDEVARCHS+= sparc64 MAKEDEVARCHS+= sun3 |