1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/usr.bin/false/Makefile
deraadt 53b29436af 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
2015-11-11 19:05:28 +00:00

7 lines
111 B
Makefile

# $OpenBSD: Makefile,v 1.5 2015/11/11 19:05:28 deraadt Exp $
MAN= false.1
PROG= false
.include <bsd.prog.mk>