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

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

Revision 1.2, Tue Jun 20 07:58:55 2000 UTC (23 years, 11 months ago) by fgsch
Branch: MAIN
Changes since 1.1: +2 -0 lines

add openbsd tags. rearrange headers as per style(9) and indent.
replace some strcpy by strlcpy.

# $OpenBSD: Makefile.inc,v 1.2 2000/06/20 07:58:55 fgsch Exp $

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

.include <bsd.obj.mk>

.if exists(${.CURDIR}/../lib/${__objdir})
LDADD+=         -L${.CURDIR}/../lib/${__objdir} -ltcfs
DPADD+=         ${.CURDIR}/../lib/${__objdir}/libtcfs.a
.else
LDADD+=         -L${.CURDIR}/../lib -ltcfs
DPADD+=         ${.CURDIR}/../lib/libtcfs.a
.endif