95da771bbd
Reviewed by: Quentin Garnier <cube@netbsd.org>
11 lines
155 B
Makefile
11 lines
155 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/09/23 07:56:59 hannken Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev
|
|
|
|
KMOD= fss
|
|
SRCS= fss.c
|
|
|
|
.include <bsd.kmodule.mk>
|