7 lines
119 B
Makefile
7 lines
119 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/12/20 22:29:05 ad Exp $
|
|
|
|
KMOD= allocfree
|
|
SRCS= allocfree.c
|
|
|
|
.include <bsd.kmodule.mk>
|