minix/minix/lib/libclkconf/Makefile

12 lines
123 B
Makefile
Raw Normal View History

#
# Makefile for libclkconf
CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
LIB= clkconf
SRCS= \
clkconf.c
.include <bsd.lib.mk>