a4ca6a4926
- Constify geom_config_get() name argument. - Add void keyword for usage(). - Initialize mdunit to NULL. - Don't call md_prthumanval() at all if length is NULL. Approved by: trasz (mentor)
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
MLINKS= mdconfig.8 vnconfig.8
|
|
|
|
DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
|
|
LDADD= -lutil -lgeom -lbsdxml -lsbuf
|
|
|
|
.include <bsd.prog.mk>
|