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
/
bootxx
/
bootxx_msdos
/
Makefile
blob
536590b8fe88642b9165f228ba41cd0068d33c73
1
# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:48 christos Exp $
2
3
PROG
=
bootxx_msdos
4
FS
=
dosfs
5
CPPFLAGS
=-
DBOOT_FROM_FAT
-
DTERSE_ERROR
6
7
.
include
<
..
/
Makefile.bootxx
>