diff options
author | 2013-03-22 22:35:01 +0000 | |
---|---|---|
committer | 2013-03-22 22:35:01 +0000 | |
commit | 95bc016bfd1a840e430e7eee614e13404422e531 (patch) | |
tree | 37e6d9d6f1743837a6f0ba9bc12600f8e5acf715 | |
parent | Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightness (diff) | |
download | wireguard-openbsd-95bc016bfd1a840e430e7eee614e13404422e531.tar.xz wireguard-openbsd-95bc016bfd1a840e430e7eee614e13404422e531.zip |
Add missing luna88k for 'make obj'.
ok miod@
-rw-r--r-- | distrib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 648e6a6dcbf..0b3f7e06e50 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.40 2012/06/20 18:33:58 matthew Exp $ +# $OpenBSD: Makefile,v 1.41 2013/03/22 22:35:01 aoyama Exp $ SUBDIR= special notes .if make(obj) -SUBDIR+=alpha amd64 armish beagle hp300 hppa i386 landisk loongson macppc \ - mvme68k mvme88k sgi socppc sparc sparc64 vax zaurus +SUBDIR+=alpha amd64 armish beagle hp300 hppa i386 landisk loongson luna88k \ + macppc mvme68k mvme88k sgi socppc sparc sparc64 vax zaurus .elif exists(${MACHINE}) SUBDIR+=${MACHINE} .endif |