diff options
Diffstat (limited to 'lib/libwrap/Makefile')
-rw-r--r-- | lib/libwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 14fb6b27ce2..4bcd27d2535 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1997/02/26 03:06:49 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1997/03/04 08:59:23 downsj Exp $ LIB= wrap SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c \ @@ -11,7 +11,7 @@ HDRS= tcpd.h CFLAGS+=-DPROCESS_OPTIONS -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO \ -DRFC931_TIMEOUT=10 -DHOSTS_ACCESS -DALWAYS_HOSTNAME \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \ - -DNETGROUP -DSYS_ERRLIST_DEFINED + -DNETGROUP -DSYS_ERRLIST_DEFINED -D_TCPD_PRIVATE MAN= hosts_access.3 hosts_access.5 hosts_options.5 MLINKS+=hosts_access.5 hosts.allow.5 |