rename functions that clash with reserved math procedures to avoid gcc3.4
[dragonfly.git] / sys / checkpt / Makefile
1 # $DragonFly: src/sys/checkpt/Attic/Makefile,v 1.1 2003/10/20 04:48:42 dillon Exp $
2 #
3
4 KMOD=   checkpt
5 SRCS=   checkpt.c vnode_if.h support.c
6
7 .include <bsd.kmod.mk>