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

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

Revision 1.7, Fri Apr 18 21:11:34 2014 UTC (10 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.6: +3 -1 lines

Since we've been making heavy use of unifdef recently: update it to the
recent 2.10 release.

"This code was derived from software contributed to Berkeley by Dave Yost.
It was rewritten to support ANSI C by Tony Finch. The original version
of unifdef carried the 4-clause BSD copyright licence. None of its code
remains in this version (though some of the names remain) so it now
carries a more liberal licence."

ok deraadt@

#	$OpenBSD: Makefile,v 1.7 2014/04/18 21:11:34 sthen Exp $

PROG=	unifdef
COPTS+=	-Wall

unifdef: unifdef.c unifdef.h version.h

.include <bsd.prog.mk>