NetBSD/usr.sbin/iscsi/Makefile
agc 97f0c7d9de Reachover files for the iSCSI target.
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.
2006-02-08 18:57:49 +00:00

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>