summaryrefslogtreecommitdiff
path: root/sys/arch/pegasos/stand/mbr/Makefile
blob: d1844822b21e6b7137086098daf5b03840fab9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2003/10/31 03:54:34 drahn Exp $

CLEANFILES= mbr

all: mbr

mbr:
	dd if=/dev/zero of=mbr bs=512 count=1

realinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 mbr ${DESTDIR}/usr/mdec


.include <bsd.prog.mk>