2013-12-06 12:04:52 +01:00
|
|
|
NOGCCERROR=yes
|
|
|
|
NOCLANGERROR=yes
|
|
|
|
#
|
2013-06-17 14:23:31 +02:00
|
|
|
# Makefile for libclkconf
|
|
|
|
|
2014-03-05 12:21:55 +01:00
|
|
|
CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
|
2013-06-17 14:23:31 +02:00
|
|
|
|
|
|
|
LIB= clkconf
|
|
|
|
|
|
|
|
SRCS= \
|
|
|
|
clkconf.c
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|