minix/lib/libclkconf/Makefile

14 lines
155 B
Makefile
Raw Normal View History

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