11a3397fec
the FILES variable one line at a time. This should be a whitespace change only. Reviewed by: ru
15 lines
197 B
Makefile
15 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= BSD.include.dist \
|
|
BSD.local.dist \
|
|
BSD.root.dist \
|
|
BSD.usr.dist \
|
|
BSD.var.dist \
|
|
BSD.x11-4.dist \
|
|
BSD.x11.dist
|
|
|
|
NOOBJ= noobj
|
|
FILESDIR= /etc/mtree
|
|
|
|
.include <bsd.prog.mk>
|