diff options
author | 2012-06-20 18:25:26 +0000 | |
---|---|---|
committer | 2012-06-20 18:25:26 +0000 | |
commit | 4d0e42296763c5b11d1de2efe97ceb80d6f8dc27 (patch) | |
tree | ee18ece924986cd7bb17d37abacf4817e092ae43 | |
parent | RIP mac68k. No one loves you anymore. (diff) | |
download | wireguard-openbsd-4d0e42296763c5b11d1de2efe97ceb80d6f8dc27.tar.xz wireguard-openbsd-4d0e42296763c5b11d1de2efe97ceb80d6f8dc27.zip |
fix tree
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 0901d8327e6..fce65cef35d 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2011/07/07 19:16:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.37 2012/06/20 18:25:26 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ arch/alpha arch/amd64 arch/armish arch/aviion arch/beagle \ arch/hp300 arch/hppa arch/hppa64 arch/i386 arch/landisk \ - arch/loongson arch/luna88k arch/m68k arch/mac68k arch/macppc \ + arch/loongson arch/luna88k arch/m68k arch/macppc \ arch/mvme68k arch/mvme88k arch/palm arch/sgi \ arch/socppc arch/solbourne arch/sparc arch/sparc64 arch/vax \ arch/zaurus |