mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
9 lines
71 B
Makefile
9 lines
71 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= quot
|
|
MAN= quot.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|