diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 21:25:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 21:25:52 +0000 |
commit | c0e90e9881c7d005a72f413c5ddeb2952fd8fe18 (patch) | |
tree | 9740e6f0d298bc37c1106ea724b9346c612e8318 /distrib/alpha/floppy | |
parent | 20e7f68becf404122b4e194bff0b4349f4460f28 (diff) |
three floppies, and a bsd.rd for the CD
Diffstat (limited to 'distrib/alpha/floppy')
-rw-r--r-- | distrib/alpha/floppy/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/alpha/floppy/Makefile b/distrib/alpha/floppy/Makefile new file mode 100644 index 00000000000..6cbb7b29177 --- /dev/null +++ b/distrib/alpha/floppy/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2001/01/29 21:25:48 deraadt Exp $ + +.PATH: ${.CURDIR}/../ramdisk +RAMDISK=RAMDISK +XNAME=floppy + +.include "${.CURDIR}/../common/Makefile.inc" |