[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.8, Mon Oct 5 06:54:59 2015 UTC (8 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, HEAD
Changes since 1.7: +2 -2 lines

refactor, so we don't a C function in a .h file, yuck!

#	$OpenBSD: Makefile,v 1.8 2015/10/05 06:54:59 deraadt Exp $

PROG=	unifdef
COPTS+=	-Wall

unifdef: unifdef.c version.h

.include <bsd.prog.mk>