summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2003-10-31 04:06:02 +0000
committerdrahn <drahn@openbsd.org>2003-10-31 04:06:02 +0000
commit2f5054b4eb267d026bed93ed7f1eec1923834dec (patch)
treed7a6f4705c94d973ec5871c1af490e71fe309ba9
parentThese should build on pegasos (diff)
downloadwireguard-openbsd-2f5054b4eb267d026bed93ed7f1eec1923834dec.tar.xz
wireguard-openbsd-2f5054b4eb267d026bed93ed7f1eec1923834dec.zip
Add pegasos.
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 05c05dbb4b4..517bc3aeb16 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.16 2002/12/31 16:22:26 miod Exp $
+# $OpenBSD: Makefile,v 1.17 2003/10/31 04:06:02 drahn Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
SUBDIR= arch/alpha arch/hp300 arch/hppa arch/i386 arch/m68k \
arch/mac68k arch/macppc arch/mvme68k arch/mvme88k \
- arch/mvmeppc arch/sparc arch/sparc64 arch/vax
+ arch/mvmeppc arch/pegasos arch/sparc arch/sparc64 arch/vax
.include <bsd.subdir.mk>