minix3/lib/libclkconf/Makefile

14 lines
155 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
NOGCCERROR=yes
NOCLANGERROR=yes
#
# Makefile for libclkconf
CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
LIB= clkconf
SRCS= \
clkconf.c
.include <bsd.lib.mk>