diff options
author | ache <ache@FreeBSD.org> | 2000-09-16 04:27:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-16 04:27:30 +0000 |
commit | 1501c8387d258b61801791c2ea06c5ad6105d37e (patch) | |
tree | 37aec671070da5f110db43103a35c5a13725414d /usr.sbin/stallion | |
parent | f2e89ce1f4d37c3c8e24e67420d095c7dcb98c81 (diff) | |
download | FreeBSD-src-1501c8387d258b61801791c2ea06c5ad6105d37e.zip FreeBSD-src-1501c8387d258b61801791c2ea06c5ad6105d37e.tar.gz |
Remove unneded -lmytinfo
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/stlstats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile index e0eda1a..fdbce14 100644 --- a/usr.sbin/stallion/stlstats/Makefile +++ b/usr.sbin/stallion/stlstats/Makefile @@ -3,7 +3,7 @@ PROG= stlstats MAN8= stlstats.8 -DPADD= ${LIBNCURSES} ${LIBMYTINFO} -LDADD= -lncurses -lmytinfo +DPADD= ${LIBNCURSES} +LDADD= -lncurses .include <bsd.prog.mk> |