mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
3e11bd9e2a
Reduce overlinking
10 lines
142 B
Makefile
10 lines
142 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= tput
|
|
LIBADD= ncursesw
|
|
SCRIPTS=clear.sh
|
|
MLINKS= tput.1 clear.1
|
|
|
|
.include <bsd.prog.mk>
|