diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-07 12:46:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-07 12:46:59 +0000 |
commit | d48e8aff47b9a89c1a3e6143764547a3ae49ec02 (patch) | |
tree | c990088fafe82f4f70d779f4666189af9a72961a /distrib/alpha/Makefile | |
parent | 1a826585c4670a8614850f07dd07676af8842ded (diff) |
*Very* rough cut at a ramdisk-kernel that fits onto a floppy.
The ecoffrdsetroot support is from millert@openbsd.org. Mostly copied from
the powerpc ports, thus a lot of powerpc specific stuff remains.
Needs a lot of work, hopefully done in the next few days.
Diffstat (limited to 'distrib/alpha/Makefile')
-rw-r--r-- | distrib/alpha/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/alpha/Makefile b/distrib/alpha/Makefile new file mode 100644 index 00000000000..6d855cc5f47 --- /dev/null +++ b/distrib/alpha/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 1997/05/07 12:46:49 niklas Exp $ + +SUBDIR= ramdisk simpleroot + +.include <bsd.subdir.mk> |