diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-13 20:23:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-13 20:23:02 +0000 |
commit | f4c2ff78cefd5c91b5dabfa738fc05336fa4fb4f (patch) | |
tree | 91cc541cb8fabac83fdcc3e618a90edcfdd1480a /etc/Makefile | |
parent | 3a2afb53109c8b9e1f88bdecb72830c801f797e3 (diff) |
hppa is in.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index f92154e8a43..d7be156fe15 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.145 2002/02/13 20:04:57 todd Exp $ +# $OpenBSD: Makefile,v 1.146 2002/02/13 20:23:01 todd Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -321,7 +321,7 @@ snap_md: MAKEDEVARCHS+= alpha MAKEDEVARCHS+= amiga #MAKEDEVARCHS+= hp300 -#MAKEDEVARCHS+= hppa +MAKEDEVARCHS+= hppa MAKEDEVARCHS+= i386 MAKEDEVARCHS+= mac68k MAKEDEVARCHS+= macppc |