NetBSD/sys/modules/ld_twe/Makefile

13 lines
190 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/09/27 03:53:08 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/pci
KMOD= ld_twe
IOCONF= ld_twe.ioconf
SRCS+= ld_twe.c
.include <bsd.kmodule.mk>