blob: f4cd512f3f5c093f2e1483126db08ab0ca2dd9bf (
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 librc rc
ifeq (${MKTOOLS},yes)
SUBDIR+= tools
endif
MK= ../mk
include ${MK}/subdir.mk
|