diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 03:59:06 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 03:59:06 +0000 |
commit | 9de540c36360769c53045fc5e6c7117c98ad2aa5 (patch) | |
tree | cb351798baa16380f87d9f78c5c5e32fc4200f94 /distrib/pegasos/Makefile | |
parent | 915b2657950edec3119cd1bcf7bdd61398aaf0b8 (diff) |
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.
Diffstat (limited to 'distrib/pegasos/Makefile')
-rw-r--r-- | distrib/pegasos/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/pegasos/Makefile b/distrib/pegasos/Makefile new file mode 100644 index 00000000000..8138e78a0b8 --- /dev/null +++ b/distrib/pegasos/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2003/10/31 03:59:05 drahn Exp $ + +SUBDIR= ramdisk + +.include <bsd.subdir.mk> |