[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

File: [local] / src / usr.bin / ssh / Makefile.inc (download)

Revision 1.16, Tue Jun 26 17:40:42 2001 UTC (22 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.15: +2 -1 lines

add smartcard support to the makefiles (commented out);
the smartcard support is based on work by itoi@eecs.umich.edu

#	$OpenBSD: Makefile.inc,v 1.16 2001/06/26 17:40:42 markus Exp $

CFLAGS+=	-I${.CURDIR}/..

CFLAGS+=	-Wall
#CFLAGS+=	-Werror
CFLAGS+=	-Wpointer-arith
CFLAGS+=	-Wno-uninitialized
#CFLAGS+=	-Wstrict-prototypes
CFLAGS+=	-Wmissing-prototypes

#DEBUG=-g
#CFLAGS+=	-DSMARTCARD

.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