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