diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-07 21:16:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-07 21:16:48 +0000 |
commit | c8631ea501000c0d3fa288f1b3646a5922d6e84c (patch) | |
tree | b4e1b655f0467613762d175966a59663e5ca1c27 /distrib/Makefile | |
parent | 53a16432ef2c36df56af53b97ea855f4e72bb363 (diff) |
first cut; most written by mickey, couple tunings by me
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 9942add53ff..4d0f74ddd6a 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.23 2003/10/31 04:03:15 drahn Exp $ +# $OpenBSD: Makefile,v 1.24 2004/02/07 21:16:45 deraadt Exp $ .if make(obj) SUBDIR= special alpha crunch hp300 hppa i386 mac68k macppc mvme68k \ - mvme88k mvmeppc pegasos sparc sparc64 vax + mvme88k mvmeppc pegasos sparc sparc64 vax amd64 cats .elif !make(install) SUBDIR= special .endif |