mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
106d839190
Submitted by: Ulrich Spörlein
8 lines
84 B
Makefile
8 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= spppcontrol
|
|
MAN= spppcontrol.8
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|