1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/openssh/files/patch-ab
Brian Feldman 2122dd8811 Make some various cleanups. Note that I did not add RESTRICTED since this is
in no way cryptographically encumbered code.  The fact that it's
redistributed by me from freefall is completely coincidental.

Submitted by:	obrien, Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-11-09 12:43:45 +00:00

20 lines
519 B
Plaintext

--- Makefile.inc.orig Tue Oct 26 03:31:00 1999
+++ Makefile.inc Tue Nov 9 06:45:18 1999
@@ -1,11 +1,8 @@
-CFLAGS+= -I${.CURDIR}/..
+CFLAGS+= -I${.CURDIR}/.. -I${PREFIX}/include
-.include <bsd.obj.mk>
-
-.if exists(${.CURDIR}/../lib/${__objdir})
-LDADD+= -L${.CURDIR}/../lib/${__objdir} -lssh
-DPADD+= ${.CURDIR}/../lib/${__objdir}/libssh.a
-.else
+AFS?= NO
+KERBEROS?= NO
+SKEY?= NO
+TCP_WRAPPERS?= YES
LDADD+= -L${.CURDIR}/../lib -lssh
DPADD+= ${.CURDIR}/../lib/libssh.a
-.endif