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

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

Revision 1.4, Fri Mar 15 06:01:42 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +4 -1 lines

Enter more directories, and put the conditional down below.  This is
for obj dirs...

#	$OpenBSD: Makefile,v 1.4 2013/03/15 06:01:42 deraadt Exp $

.include <bsd.own.mk>
.if (${ELF_TOOLCHAIN:L} == "no")
PROG=	strings
.endif

.include <bsd.prog.mk>