1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/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>