freebsd-dev/sbin/mdconfig/Makefile
Dima Dorfman c894b25a2f Constify mdmaybeload(), add a prototype for usage(), and get rid of a
sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
2001-06-21 02:10:26 +00:00

9 lines
112 B
Makefile

# $FreeBSD$
PROG= mdconfig
WARNS?= 2
MAN= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8
.include <bsd.prog.mk>