mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
6 lines
77 B
Makefile
6 lines
77 B
Makefile
PROG= lptcontrol
|
|
CFLAGS+= -Wall
|
|
MAN8= lptcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|