Home | History | Annotate | Line # | Download | only in tcpdchk
Makefile revision 1.10
      1  1.10        is #	$NetBSD: Makefile,v 1.10 2000/10/11 20:23:57 is 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.3  christos CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
     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