Fix build problem caused by recent changes to "libwrap".

This commit is contained in:
tron 2002-05-24 11:29:40 +00:00
parent 23e50f2c66
commit f1cf41859a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 1998/03/05 18:23:31 christos Exp $
# $NetBSD: Makefile,v 1.9 2002/05/24 11:29:40 tron Exp $
#
PROG= tcpdmatch
@ -6,7 +6,7 @@ SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c percent_m.c
MAN= tcpdmatch.8
TCPDCHK=${.CURDIR}/../tcpdchk
.PATH: ${TCPDCHK}
CPPFLAGS+= -I${TCPDCHK} -I${.CURDIR}/../../lib/libwrap
CPPFLAGS+= -I${TCPDCHK} -I${.CURDIR}/../../lib/libwrap -DSYS_ERRLIST_DEFINED
LDADD= -lwrap
DPADD= ${LIBWRAP}