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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
crypto
/
external
/
Makefile
blob
e09426ceda3c3d8183768a74509e380d615b0c7e
1
# $NetBSD: Makefile,v 1.3 2013/02/12 20:55:37 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.if
(${
MKCRYPTO
} !=
"no"
)
6
#MINIX: Not yet imported: cpl
7
SUBDIR
+=
bsd
8
.
endif
9
10
.
include
<
bsd.subdir.mk
>