blob: a000d96a08247202a1912818dfce3fb5db9d90a1 (
plain)
1
2
3
4
5
6
7
8
9
|
# $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>
|