mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
6 lines
77 B
Makefile
6 lines
77 B
Makefile
PROG= lptcontrol
|
|
CFLAGS+= -Wall
|
|
MAN8= lptcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|