summaryrefslogtreecommitdiffstats
path: root/usr.sbin/stallion/stlstats/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-05-04 08:02:31 +0000
committerpeter <peter@FreeBSD.org>1996-05-04 08:02:31 +0000
commit9faa920f7d7ac4acf2a5937cd582465eb872d34b (patch)
treecde6ff9de155b26fcd7143bb5e5fc6d31de6586c /usr.sbin/stallion/stlstats/Makefile
parent4aaaaa1094cbc139ce84eee1aabf409f90b64c41 (diff)
downloadFreeBSD-src-9faa920f7d7ac4acf2a5937cd582465eb872d34b.zip
FreeBSD-src-9faa920f7d7ac4acf2a5937cd582465eb872d34b.tar.gz
Minimal adjustments to get the Stallion utilities to build and install
in a FreeBSD style source tree.
Diffstat (limited to 'usr.sbin/stallion/stlstats/Makefile')
-rw-r--r--usr.sbin/stallion/stlstats/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile
new file mode 100644
index 0000000..347b4e9
--- /dev/null
+++ b/usr.sbin/stallion/stlstats/Makefile
@@ -0,0 +1,9 @@
+# $Id$
+
+PROG= stlstats
+NOMAN= #oops
+
+LDADD= -lncurses
+DPADD= ${LIBNCURSES}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud