mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
14 lines
227 B
Makefile
14 lines
227 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/12/07 21:38:07 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../kern
|
|
|
|
LIB= rumpdev_drvctl
|
|
IOCONF= DRVCTL.ioconf
|
|
|
|
SRCS= kern_drvctl.c
|
|
SRCS+= component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|