repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
i386
/
stand
/
mbr
/
mbr_ext
/
Makefile
blob
ebed8b67ebf03a05c65b06d81af18d0ded7ef223
1
# $NetBSD: Makefile,v 1.1.2.3 2004/09/21 13:17:18 skrll Exp $
2
3
PROG
=
mbr_ext
4
AFLAGS
+= -
DBOOTSEL
-
DBOOT_EXTENDED
5
AFLAGS
+= -
DTERSE_ERROR
-
DNO_CHS
6
AFLAGS
+=
"-DBOOTSEL_FLAGS=MBR_BS_ACTIVE|MBR_BS_EXTLBA"
7
8
.
include
<
..
/
Makefile.mbr
>