summaryrefslogtreecommitdiff
path: root/external/bsd/lutok/tests/share/Makefile
blob: 3c64dde9cc77fbb7132f389cd202eebcc2362770 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.1 2013/02/16 21:29:50 jmmv Exp $

.include <bsd.own.mk>

.if ${MKSHARE} != "no" || \
	make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= lutok
.endif

.include <bsd.subdir.mk>