[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / ipfstat

File: [local] / src / sbin / ipfstat / Attic / Makefile (download)

Revision 1.8, Tue Feb 13 01:12:33 2001 UTC (23 years, 3 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.7: +4 -2 lines

Compile state top in, thus allowing -t; kjell@ ok.

#	$OpenBSD: Makefile,v 1.8 2001/02/13 01:12:33 fgsch Exp $

PROG=	ipfstat
MAN=	ipfstat.8
SRCS=	fils.c parse.c opt.c kmem.c facpri.c common.c ifaddr.c
.PATH:  ${.CURDIR}/../../sbin/ipf
CFLAGS+=-I${.CURDIR}/../../sbin/ipf -DSTATETOP
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>