12 lines
180 B
Makefile
12 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/11/17 17:16:24 bad Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/pci
|
|
|
|
KMOD= ubsec
|
|
IOCONF= ubsec.ioconf
|
|
SRCS= ubsec.c
|
|
|
|
.include <bsd.kmodule.mk>
|