Home | History | Annotate | Line # | Download | only in tcpdchk
Makefile revision 1.11
      1  1.11      tron #	$NetBSD: Makefile,v 1.11 2002/05/24 09:57:25 tron Exp $
      2   1.1       cjs 
      3   1.1       cjs PROG=	tcpdchk
      4   1.1       cjs SRCS=	tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
      5   1.1       cjs MAN=	tcpdchk.8
      6   1.1       cjs LDADD=	-lwrap
      7   1.2  christos DPADD=	${LIBWRAP}
      8   1.1       cjs 
      9  1.11      tron CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap -DSYS_ERRLIST_DEFINED
     10   1.7  christos 
     11   1.7  christos .include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"
     12   1.1       cjs 
     13   1.1       cjs .include <bsd.prog.mk>
     14