#	$Id: Makefile,v 1.15 2003/04/12 19:27:06 canacar Exp $

# for 3.3-current uncomment
# OSLEVEL= 34

# set OS level if not already defined
OSLEVEL?=   ${OSrev}
LOCALBASE?= /usr/local

PROG=	pftop
SRCS=	pftop.c cache.c
MAN=	pftop.8

CFLAGS+= -Wall -DOS_LEVEL=${OSLEVEL}
LDADD+= -lcurses

MANDIR=${LOCALBASE}/man/cat
BINDIR=${LOCALBASE}/sbin

.include <bsd.prog.mk>
