diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 00:24:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 00:24:45 +0000 |
commit | acf300f5047795ee72e3a4d8b64b99dbb759d27c (patch) | |
tree | e41125981b9894b7098b4e1ac505a49cd1442193 /distrib/amd64/ramdiskA/Makefile | |
parent | 304b5f7890af30d628011acaf0341c2d050fccc5 (diff) |
boot floppy support. unfortunately for now because of how the sets and
lists and disktab work, we are constrained, and a few things must go
missing until we seperate that out.
Diffstat (limited to 'distrib/amd64/ramdiskA/Makefile')
-rw-r--r-- | distrib/amd64/ramdiskA/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/amd64/ramdiskA/Makefile b/distrib/amd64/ramdiskA/Makefile new file mode 100644 index 00000000000..03e0a7e0498 --- /dev/null +++ b/distrib/amd64/ramdiskA/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2004/02/22 00:24:44 deraadt Exp $ + +.PATH: ${.CURDIR}/../ramdiskA +RAMDISK=RAMDISK +NOBSDRD=1 + +.include "${.CURDIR}/../common/Makefile.inc" |