97f0c7d9de
The test harness files are included here, but are not built or installed. It is not envisaged that a typical NetBSD user will have much use for an iSCSI test harness.
10 lines
240 B
Makefile
10 lines
240 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/02/08 18:57:49 agc Exp $
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR= target # harness works, but does not need to be installed
|
|
|
|
.include <bsd.subdir.mk>
|