aboutsummaryrefslogtreecommitdiff
path: root/lib/libwrap
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libwrap')
-rw-r--r--lib/libwrap/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index e1af8679531b..830471089c21 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -7,6 +7,7 @@ MAINTAINER=markm@FreeBSD.org
LIB= wrap
SHLIB_MAJOR= 3
SHLIB_MINOR= 0
+INCS= tcpd.h
MAN= hosts_access.3
MAN+= hosts_access.5 hosts_options.5
@@ -26,9 +27,4 @@ SRCS= clean_exit.c diag.c eval.c fix_options.c fromhost.c \
percent_m.c percent_x.c refuse.c rfc931.c shell_cmd.c \
socket.c tli.c update.c workarounds.c libvars.c
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.CURDIR}/../../contrib/tcp_wrappers/tcpd.h \
- ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>