summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: ffbf8d6e74a8cdabc5a4ab0973e8a79dd0298db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.

SUBDIR=		test libeinfo librc rc

ifeq (${MKTOOLS},yes)
SUBDIR+= tools
endif

MK=		../mk
include		${MK}/subdir.mk