diff options
author | ru <ru@FreeBSD.org> | 2006-09-01 09:24:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-01 09:24:28 +0000 |
commit | 94152634a0843c84f7dc39aa7018d47674442619 (patch) | |
tree | 5974a5ec6fe040c74b3a866ccf0a7cf98a7fff5d | |
parent | 421c131e57e5037de3600b995a921d9a22fda42b (diff) | |
download | FreeBSD-src-94152634a0843c84f7dc39aa7018d47674442619.zip FreeBSD-src-94152634a0843c84f7dc39aa7018d47674442619.tar.gz |
Style.
-rw-r--r-- | usr.sbin/lmcconfig/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/lmcconfig/Makefile b/usr.sbin/lmcconfig/Makefile index df8b773..b75ec2c 100644 --- a/usr.sbin/lmcconfig/Makefile +++ b/usr.sbin/lmcconfig/Makefile @@ -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> |