summaryrefslogtreecommitdiffstats
path: root/usr.sbin/stallion/stlstats
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
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')
-rw-r--r--usr.sbin/stallion/stlstats/Makefile9
-rw-r--r--usr.sbin/stallion/stlstats/stlstats.c6
2 files changed, 13 insertions, 2 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>
diff --git a/usr.sbin/stallion/stlstats/stlstats.c b/usr.sbin/stallion/stlstats/stlstats.c
index fcce5c6..e6e304f 100644
--- a/usr.sbin/stallion/stlstats/stlstats.c
+++ b/usr.sbin/stallion/stlstats/stlstats.c
@@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
/*****************************************************************************/
@@ -46,8 +48,8 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
-#include "cdk.h"
-#include "comstats.h"
+#include <machine/cdk.h>
+#include <machine/comstats.h>
/*****************************************************************************/
OpenPOWER on IntegriCloud