mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
7afb8adff3
This is being done to fix breakage with make distribution with read-only source trees as make distribution doesn't use make obj like building tests/ does in all cases Reported by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> Suggested by: jhb X-MFC with: r282059 MFC after: 1 week
13 lines
138 B
Makefile
13 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/etc
|
|
|
|
.PATH: ${.CURDIR:H}
|
|
KYUAFILE= yes
|
|
|
|
SUBDIR+= rc.d
|
|
|
|
.include <bsd.test.mk>
|