mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 07:31:12 -04:00
12 lines
192 B
Makefile
12 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/08/24 11:23:35 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpdev_scsitest
|
|
IOCONF= SCSITEST.ioconf
|
|
|
|
SRCS= scsitest.c
|
|
SRCS+= component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|