mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
14 lines
207 B
Makefile
14 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/07/04 16:20:46 joerg Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/arch/x86/x86
|
|
|
|
KMOD= padlock
|
|
IOCONF= padlock.ioconf
|
|
SRCS= via_padlock.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|