Home | History | Annotate | Line # | Download | only in tcpdchk
      1  1.14  christos #	$NetBSD: Makefile,v 1.14 2021/03/07 15:09:12 christos Exp $
      2  1.13     lukem 
      3  1.13     lukem WARNS?=	1	# XXX: many issues in lib/libwrap to address first
      4  1.12     lukem 
      5  1.12     lukem .include <bsd.own.mk>
      6   1.1       cjs 
      7   1.1       cjs PROG=	tcpdchk
      8   1.1       cjs SRCS=	tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
      9   1.1       cjs MAN=	tcpdchk.8
     10  1.14  christos LDADD=	-lwrap -lblocklist 
     11  1.14  christos DPADD=	${LIBWRAP} ${LIBBLOCKLIST} 
     12   1.1       cjs 
     13  1.12     lukem CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libwrap -DSYS_ERRLIST_DEFINED
     14   1.7  christos 
     15  1.12     lukem .include "${NETBSDSRCDIR}/lib/libwrap/Makefile.cflags"
     16   1.1       cjs 
     17   1.1       cjs .include <bsd.prog.mk>
     18