blob: f20f475c9dfa10c7d238e8158fb73979c90b03a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.7 2016/12/30 22:32:25 deraadt Exp $
.PATH: ${.CURDIR}/../ramdisk
RAMDISK=RAMDISK_CD
DISKTYPE=rdrootb
FLOPPYSIZE=7936
FLOPPYTYPE=mini34
XNAME=miniroot
LBA=1
.include "${.CURDIR}/../common/Makefile.inc"
LISTS+= ${.CURDIR}/list.local
|