1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/usr.sbin/lmcconfig/Makefile
2005-10-03 07:09:41 +00:00

10 lines
112 B
Makefile

# $FreeBSD$
MAN8= lmcconfig.8
PROG= lmcconfig
LDADD= -lnetgraph
DPADD= ${LIBNETGRAPH}
.include <bsd.prog.mk>