diff options
author | 2001-08-19 19:58:43 +0000 | |
---|---|---|
committer | 2001-08-19 19:58:43 +0000 | |
commit | deddb80a968e15c081aacd1f75ffa7649584897b (patch) | |
tree | 0028032018ea3b9e207f8efb14899e778e54a4b4 | |
parent | either way this is what i'm using now (diff) | |
download | wireguard-openbsd-deddb80a968e15c081aacd1f75ffa7649584897b.tar.xz wireguard-openbsd-deddb80a968e15c081aacd1f75ffa7649584897b.zip |
make obj in hppa always
-rw-r--r-- | lib/csu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile index 27d9f8918da..a14d8885b48 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/11 03:02:26 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.6 2001/08/19 19:58:43 mickey Exp $ .if make(obj) -SUBDIR= alpha i386 m68k m88k ns32k powerpc sparc vax +SUBDIR= alpha hppa i386 m68k m88k ns32k powerpc sparc vax .else SUBDIR= ${MACHINE_ARCH} .endif |