This commit is contained in:
Ruslan Ermilov 2006-09-01 09:24:28 +00:00
parent 23e8fc3aeb
commit 458c311721
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161808

View File

@ -1,9 +1,9 @@
# $FreeBSD$
MAN8= lmcconfig.8
PROG= lmcconfig
PROG= lmcconfig
MAN= lmcconfig.8
LDADD= -lnetgraph
DPADD= ${LIBNETGRAPH}
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
.include <bsd.prog.mk>