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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
i386
/
stand
/
mbr
/
mbr_bootsel
/
Makefile
blob
efdbcfd120ee0dde4f2290f73479bafa57450463
1
# $NetBSD: Makefile,v 1.1.2.3 2004/09/21 13:17:18 skrll 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
>