mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
c6db8143ed
Reduce overlinking
12 lines
110 B
Makefile
12 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= moused
|
|
MAN= moused.8
|
|
|
|
LIBADD= m util
|
|
|
|
#BINMODE=4555
|
|
#PRECIOUSPROG=
|
|
|
|
.include <bsd.prog.mk>
|