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
ldivmod, uldivmod: fix qdivrem calls
[minix.git]
/
lib
/
libexec
/
Makefile
blob
06f9904f7617cdc2cc20732f6b5e61285a5f89b6
1
# Makefile for libexec
2
3
# LSC For now
4
NOGCCERROR
:=
yes
5
6
LIB
=
exec
7
INCS
=
libexec.h
8
SRCS
=
exec_aout.c exec_elf.c exec_general.c
9
10
.if
(${
NBSD_LIBC
} !=
"no"
)
11
INCSDIR
= /
usr
/
include
12
.
else
13
INCSDIR
= /
usr
/
include
.ack
14
.
endif
15
16
.
include
<
bsd.lib.mk
>