diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 14:24:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 14:24:36 +0000 |
commit | c5707d90a03deb964d7f181ec871f3162ecdceb4 (patch) | |
tree | e02f56b5a5aba6bf7e81970bfe11aa6e3a7612ba /distrib | |
parent | b4f22bdbd2192626c54aae0615324f4baa3e7eeb (diff) |
fix obj building
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index dbbb1861037..43dc0dac4f8 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.14 2000/12/20 00:57:29 marc Exp $ +# $OpenBSD: Makefile,v 1.15 2001/06/23 14:24:35 deraadt Exp $ .if make(obj) -SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\ +SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\ pmax powerpc sparc sun3 .elif !make(install) SUBDIR= special |