blob: 1afc385f8b8b7d99bf5975f673bf8c2cefafa079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.4 2007/04/13 17:34:40 millert Exp $
.PATH: ${.CURDIR}/../ramdisk
RAMDISK=RAMDISK_CD
FLOPPYSIZE=5760
FLOPPYTYPE=floppy288
XNAME=cdrom
.include "${.CURDIR}/../common/Makefile.inc"
LISTS+= ${.CURDIR}/list.local
|