aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libtelnet/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:53:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:53:33 +0000
commitb8cba406f2af8bad36f00fa94d493eaa9b259798 (patch)
treeeb0fe5e61507d580a9dd88148e6c402b2c2b5d1b /secure/lib/libtelnet/Makefile
parent75c9631facc0764a0cd3e0ac49f66be128d3a996 (diff)
Notes
Diffstat (limited to 'secure/lib/libtelnet/Makefile')
-rw-r--r--secure/lib/libtelnet/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile
index 17cab4f382df..23a0d0e43803 100644
--- a/secure/lib/libtelnet/Makefile
+++ b/secure/lib/libtelnet/Makefile
@@ -6,11 +6,12 @@ SRCS= genget.c getent.c misc.c encrypt.c auth.c \
enc_des.c pk.c
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
- -I${TELNETDIR} \
+ -I${TELNETDIR}
NOPIC= yes
-INCLUDES= ${TELNETDIR}/arpa/telnet.h
+INCS= ${TELNETDIR}/arpa/telnet.h
+INCDIR= /usr/include/arpa
#
# Before complaining about this, please *double-check* that you have
@@ -20,7 +21,7 @@ INCLUDES= ${TELNETDIR}/arpa/telnet.h
# shared against libtelnet, so that in a future release we can move this
# off to a compat dist (like compat22).
#
-beforeinstall:
+afterinstall:
rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
.include <bsd.lib.mk>