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
/
libclkconf
/
Makefile
blob
49cb3c6593cd328651325331062a12b5b21d506b
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
#
4
# Makefile for libclkconf
5
6
CPPFLAGS
+= -
D_SYSTEM
-
D_MINIX_SYSTEM
7
8
LIB
=
clkconf
9
10
SRCS
=
\
11
clkconf.c
12
13
.
include
<
bsd.lib.mk
>