1# $NetBSD: Makefile,v 1.1 2008/12/20 22:29:05 ad Exp $ 2 3KMOD= allocfree 4SRCS= allocfree.c 5 6.include <bsd.kmodule.mk> 7