de88aff0a8
The libeinfo library has no consumers other than OpenRC, so there is no reason for it to be maintained as a library. The einfo routines are now an object that links with the rc binary.
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# 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
|