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

This commit is contained in:
tron 2002-05-24 09:57:25 +00:00
parent adc470b96d
commit 23e50f2c66
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2000/10/11 20:23:57 is Exp $
# $NetBSD: Makefile,v 1.11 2002/05/24 09:57:25 tron Exp $
PROG= tcpdchk
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
@ -6,7 +6,7 @@ MAN= tcpdchk.8
LDADD= -lwrap
DPADD= ${LIBWRAP}
CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap -DSYS_ERRLIST_DEFINED
.include "${.CURDIR}/../../lib/libwrap/Makefile.cflags"