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_gpt_com0
/
Makefile
blob
5e48b1ca6b5b0f6bded4ed496c6f284ba0ae6d0e
1
# $NetBSD: Makefile,v 1.1 2011/01/06 01:08:49 jakllsch Exp $
2
3
PROG
=
mbr_gpt_com0
4
SRCS
=
gpt.S
5
AFLAGS
+= -
DCOM_PORT
=
0
6
7
.
include
<
..
/
Makefile.mbr
>