tools/llvm: Do not build with symbols
[minix3.git] / minix / lib / libclkconf / Makefile
blob49cb3c6593cd328651325331062a12b5b21d506b
1 NOGCCERROR=yes
2 NOCLANGERROR=yes
4 # Makefile for libclkconf
6 CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
8 LIB= clkconf
10 SRCS= \
11 clkconf.c
13 .include <bsd.lib.mk>