freebsd-dev/sys/modules/bktr/bktr_mem/Makefile

11 lines
138 B
Makefile
Raw Normal View History

# $FreeBSD$
MAINTAINER= roger@freebsd.org
.PATH: ${.CURDIR}/../../../dev/bktr
KMOD= bktr_mem
SRCS= bktr_mem.c
.include <bsd.kmod.mk>