c894b25a2f
sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdconfig
|
|
WARNS?= 2
|
|
MAN= mdconfig.8
|
|
MLINKS= mdconfig.8 vnconfig.8
|
|
|
|
.include <bsd.prog.mk>
|