e640c42275
- Added ${.CURDIR} to .include "...". - Whitespace fixes. OK'ed by: piso
8 lines
131 B
Makefile
8 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../../../sys/modules/libalias/modules/modules.inc"
|
|
|
|
SUBDIR= ${MODULES}
|
|
|
|
.include <bsd.subdir.mk>
|