48981be8a8
This reverts commit de88aff0a839844526ae262f8961ec4372fed238. I was advised that splashutils links to libeinfo, so we do have a consumer for this library.
12 lines
214 B
Makefile
12 lines
214 B
Makefile
# 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
|