13 lines
176 B
Makefile
13 lines
176 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/04/09 13:41:45 ahoka Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/pad
|
|
|
|
KMOD= pad
|
|
|
|
SRCS= pad.c
|
|
SRCS+= padvol.c
|
|
|
|
.include <bsd.kmodule.mk>
|