mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
ddcdd26ef6
where needed. Also, fix bad indentation on lines already affected by the above changes. Tested with: make universe
7 lines
86 B
Makefile
7 lines
86 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= tcopy
|
|
|
|
.include <bsd.prog.mk>
|