NetBSD/usr.sbin/tcpdchk/Makefile

19 lines
577 B
Makefile
Raw Normal View History

1998-01-09 11:03:16 +03:00
# $NetBSD: Makefile,v 1.5 1998/01/09 08:11:47 perry Exp $
#
1997-01-11 05:06:52 +03:00
WARNS?= 0
1997-01-11 05:06:52 +03:00
PROG= tcpdchk
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c percent_m.c
MAN= tcpdchk.8
LDADD= -lwrap
1997-03-25 01:02:40 +03:00
DPADD= ${LIBWRAP}
1997-01-11 05:06:52 +03:00
CPPFLAGS+= -I${.CURDIR}/../../lib/libwrap
CPPFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO -DPARANOID
CPPFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
CPPFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
CPPFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
CPPFLAGS+=-DPROCESS_OPTIONS
1997-01-11 05:06:52 +03:00
.include <bsd.prog.mk>