mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
14 lines
234 B
Makefile
14 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/03/13 01:56:55 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../kern
|
|
|
|
LIB= rumpdev_drvctl
|
|
IOCONF= DRVCTL.ioconf
|
|
|
|
SRCS= kern_drvctl.c
|
|
SRCS+= drvctl_component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|