14 lines
155 B
Makefile
14 lines
155 B
Makefile
|
NOGCCERROR=yes
|
||
|
NOCLANGERROR=yes
|
||
|
#
|
||
|
# Makefile for libclkconf
|
||
|
|
||
|
CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
|
||
|
|
||
|
LIB= clkconf
|
||
|
|
||
|
SRCS= \
|
||
|
clkconf.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|