use standard headers to get declarations; strdup is now in libc
[unix-history] / usr / src / usr.bin / systat / Makefile
CommitLineData
35ecfc80 1# @(#)Makefile 5.8 (Berkeley) %G%
662ace95
KB
2
3PROG= systat
35ecfc80 4CFLAGS+=-I/sys
51a16129
KB
5SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \
6 mbufs.c netcmds.c netstat.c pigs.c swap.c
662ace95
KB
7LDADD= -lcurses -ltermcap -lm -lutil
8DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBUTIL}
9BINGRP= kmem
10BINMODE=2555
855ff304 11
662ace95 12.include <bsd.prog.mk>