repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack - fix ipcvecs
[minix.git]
/
sys
/
arch
/
i386
/
stand
/
mbr
/
mbr_bootsel
/
Makefile
blob
afc6382a8191c554230cd7adb74c63070bddcfaa
1
# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:49 christos Exp $
2
3
PROG
=
mbr_bootsel
4
AFLAGS
+= -
DBOOTSEL
5
AFLAGS
+= -
DTERSE_ERROR
6
AFLAGS
+= -
DBOOTSEL_FLAGS
=
MBR_BS_ACTIVE
7
8
.
include
<
..
/
Makefile.mbr
>