mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
121 B
Makefile
12 lines
121 B
Makefile
|
|
PACKAGE= console-tools
|
|
PROG= moused
|
|
MAN= moused.8
|
|
|
|
LIBADD= m util
|
|
|
|
#BINMODE=4555
|
|
#PRECIOUSPROG=
|
|
|
|
.include <bsd.prog.mk>
|