22289a8c3d
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
129 B
Makefile
11 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= multipath
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
.include <bsd.lib.mk>
|