Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / lib / libclkconf / Makefile
blob907190dc39a17995572a66c13b813f84233d5a2f
2 # Makefile for libclkconf
4 CPPFLAGS+= -D_SYSTEM -D_MINIX_SYSTEM
6 LIB= clkconf
8 SRCS= \
9 clkconf.c
11 .include <bsd.lib.mk>