mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
libmytinfo was not mentioned explicitly. The bug was hidden by the linkage of libncurses to libmytinfo in the shared library case.
9 lines
175 B
Makefile
9 lines
175 B
Makefile
# $Id: Makefile,v 1.4 1997/03/13 04:21:38 davidn Exp $
|
|
|
|
PROG= stlstats
|
|
MAN8= stlstats.8
|
|
|
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
|
LDADD= -lncurses -lmytinfo
|
|
|
|
.include <bsd.prog.mk>
|