11 lines
105 B
Makefile
11 lines
105 B
Makefile
|
# Makefile for libclkconf
|
||
|
|
||
|
CPPFLAGS+= -D_SYSTEM
|
||
|
|
||
|
LIB= clkconf
|
||
|
|
||
|
SRCS= \
|
||
|
clkconf.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|