blob: 9a30b867425ab2f08a942cdc08e2c5eb09ceb665 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.1 2004/02/07 21:16:47 deraadt Exp $
.PATH: ${.CURDIR}/../ramdisk
RAMDISK=RAMDISK_CD
FLOPPYSIZE=288
FLOPPYTYPE=floppy288
XNAME=cdrom
.include "${.CURDIR}/../common/Makefile.inc"
LISTS+= ${.CURDIR}/list.local
|