Deleted Added
full compact
Makefile (87325) Makefile (135340)
1# $FreeBSD: head/sbin/mdconfig/Makefile 87325 2001-12-04 02:19:58Z obrien $
1# $FreeBSD: head/sbin/mdconfig/Makefile 135340 2004-09-16 21:32:13Z pjd $
2
3PROG= mdconfig
4MAN= mdconfig.8
5MLINKS= mdconfig.8 vnconfig.8
6
2
3PROG= mdconfig
4MAN= mdconfig.8
5MLINKS= mdconfig.8 vnconfig.8
6
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9
7.include <bsd.prog.mk>
10.include <bsd.prog.mk>