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
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
lib
/
libexec
/
Makefile
blob
18174973082c08e5ce9f49010e87bc0cdf92107d
1
# Makefile for libexec
2
3
# LSC For now
4
NOGCCERROR
:=
yes
5
6
LIB
=
exec
7
INCS
=
libexec.h
8
SRCS
=
exec_elf.c exec_general.c
9
10
INCSDIR
= /
usr
/
include
11
12
.
include
<
bsd.lib.mk
>