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

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

Revision 1.5, Wed Nov 11 19:05:28 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.4: +2 -5 lines

Switch back to C versions of true/false.  I do not accept any of the
arguments made 20 years ago.  A small elf binary is smaller and faster
than a large elf binary running a script.  Noone cares about the file
sizes on disk.
ok semarie millert aja

#	$OpenBSD: Makefile,v 1.5 2015/11/11 19:05:28 deraadt Exp $

MAN=	true.1
PROG=	true

.include <bsd.prog.mk>