mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
3e11bd9e2a
Reduce overlinking
8 lines
66 B
Makefile
8 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= tabs
|
|
|
|
LIBADD= ncursesw
|
|
|
|
.include <bsd.prog.mk>
|