diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:06:03 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:06:03 +0000 |
commit | 1a72450edaf21c60051d1c10abf9f3339d4bbdcc (patch) | |
tree | 1915fddc0880576ac7facc8ea82e1cb331ce09fc /sys/Makefile | |
parent | 3c2721952acdd22b982b671548a33f940cefda16 (diff) |
Add pegasos.
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 4 |
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> |