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