blob: 63b502987babc081e0ec53079383232ed3485c56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2007/05/19 15:52:31 millert Exp $
.PATH: ${.CURDIR}/../ramdisk
RAMDISK=RAMDISK_CD
FLOPPYSIZE=5760
FLOPPYTYPE=floppy288
XNAME=cdrom
.include "${.CURDIR}/../common/Makefile.inc"
LISTS+= ${.CURDIR}/list.local
|