aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/Makefile.inc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-09-16 06:11:59 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-09-16 06:11:59 +0000
commit3c37da7a19459e62b2709b53c5ce5ab659b20e24 (patch)
treee4eeb742567bdf0bc5c2c9385d33fa4c1fb4acf2 /crypto/openssh/Makefile.inc
parent8947bcb7563b1a4e31be4bd15c07393000b6089f (diff)
This commit was manufactured by cvs2svn to create tagvendor/openssh/200309-buffer-patch
'openssh-vendor-crypto-OpenSSH_200309_buffer_patch'.
Diffstat (limited to 'crypto/openssh/Makefile.inc')
-rw-r--r--crypto/openssh/Makefile.inc26
1 files changed, 0 insertions, 26 deletions
diff --git a/crypto/openssh/Makefile.inc b/crypto/openssh/Makefile.inc
deleted file mode 100644
index c68f59a74e94..000000000000
--- a/crypto/openssh/Makefile.inc
+++ /dev/null
@@ -1,26 +0,0 @@
-# $OpenBSD: Makefile.inc,v 1.23 2002/03/06 00:23:27 markus Exp $
-
-CFLAGS+= -I${.CURDIR}/..
-
-CDIAGFLAGS= -Wall
-#CDIAGFLAGS+= -Werror
-CDIAGFLAGS+= -Wpointer-arith
-CDIAGFLAGS+= -Wno-uninitialized
-#CDIAGFLAGS+= -Wstrict-prototypes
-CDIAGFLAGS+= -Wmissing-prototypes
-CDIAGFLAGS+= -Wunused
-
-#DEBUG=-g
-
-#CFLAGS+= -DSMARTCARD
-#LDADD+= -lsectok
-
-.include <bsd.obj.mk>
-
-.if exists(${.CURDIR}/../lib/${__objdir})
-LDADD+= -L${.CURDIR}/../lib/${__objdir} -lssh
-DPADD+= ${.CURDIR}/../lib/${__objdir}/libssh.a
-.else
-LDADD+= -L${.CURDIR}/../lib -lssh
-DPADD+= ${.CURDIR}/../lib/libssh.a
-.endif