mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
53b29436af
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
7 lines
111 B
Makefile
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>
|