diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-25 19:52:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-25 19:52:06 +0000 |
commit | d3f36b4e655c45db6e8891b059a0d0d17e2877e7 (patch) | |
tree | 1fb1d9b1be0ccf91baaec9ae07d897608d3adfa0 /distrib/vax/cdfs | |
parent | 1b7efa591bfd733fde4efaebf52ea4c6418349a6 (diff) |
the floppy can be used when burned onto a CD, so ... just copy it into the
final directory, since it is small enough; tested by maja
Diffstat (limited to 'distrib/vax/cdfs')
-rw-r--r-- | distrib/vax/cdfs/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/distrib/vax/cdfs/Makefile b/distrib/vax/cdfs/Makefile new file mode 100644 index 00000000000..fc3e7b167a4 --- /dev/null +++ b/distrib/vax/cdfs/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.1 2008/02/25 19:52:05 deraadt Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" + +FLOPPY= floppy${REV}.fs +CDROM= cd${REV}.iso + +# The floppy image works fine as a CD image, too + +install: + cp ${DESTDIR}/snapshot/${FLOPPY} ${DESTDIR}/snapshot/${CDROM} + +.include <bsd.obj.mk> +.include <bsd.subdir.mk> |