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
minor fixes for safecopy & safemap tests
[minix.git]
/
lib
/
libexec
/
Makefile
blob
e02e248f869936c5492be5afff60c1f922b8a7d4
1
# Makefile for libexec
2
3
LIB
=
exec
4
INCS
=
libexec.h
5
SRCS
=
exec_aout.c exec_elf.c exec_general.c
6
7
.if
(${
NBSD_LIBC
} !=
"no"
)
8
INCSDIR
= /
usr
/
include
9
.
else
10
INCSDIR
= /
usr
/
include
.ack
11
.
endif
12
13
.
include
<
bsd.lib.mk
>