[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.14, Sat Jun 23 15:12:17 2001 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.13: +2 -1 lines

more strict prototypes.  raise warning level in Makefile.inc.  markus ok'ed
TODO; cleanup headers

#	$OpenBSD: Makefile.inc,v 1.14 2001/06/23 15:12:17 itojun Exp $

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

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

.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