diff options
author | 2004-08-06 22:34:49 +0000 | |
---|---|---|
committer | 2004-08-06 22:34:49 +0000 | |
commit | 90854b6583a31f2f1ee0a61941da27b084c3bb37 (patch) | |
tree | 8513a90c0ef6e74b8b42967de9fdaa566b6d7268 | |
parent | put ramdisk in right place (diff) | |
download | wireguard-openbsd-90854b6583a31f2f1ee0a61941da27b084c3bb37.tar.xz wireguard-openbsd-90854b6583a31f2f1ee0a61941da27b084c3bb37.zip |
enter sgi for obj
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 5db07131276..3226d362d64 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.25 2004/05/03 15:18:18 drahn Exp $ +# $OpenBSD: Makefile,v 1.26 2004/08/06 22:34:49 deraadt Exp $ .if make(obj) SUBDIR= special alpha crunch hp300 hppa i386 mac68k macppc mvme68k \ - mvme88k mvmeppc sparc sparc64 vax amd64 cats + mvme88k mvmeppc sparc sparc64 vax amd64 cats sgi .elif !make(install) SUBDIR= special .endif |