mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
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>
|