repo.or.cz
/
minix3.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
[minix3.git]
/
minix
/
lib
/
libexec
/
Makefile
blob
9e8a2d249d8c9e09a3bd5c1839f01f50e7d1715b
1
# Makefile for libexec
2
3
LIB
=
exec
4
INCS
=
libexec.h
5
SRCS
=
exec_elf.c exec_general.c
6
7
INCSDIR
= /
usr
/
include
8
9
.
include
<
bsd.lib.mk
>