mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
f6751868e4
where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
7 lines
64 B
Makefile
7 lines
64 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= truncate
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|