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
Remove building with NOCRYPTO option
[minix.git]
/
sys
/
arch
/
i386
/
stand
/
mbr
/
mbr_ext
/
Makefile
blob
5360f96dac0d9b559f26356389daea85ff443a35
1
# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:49 christos 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
>