6 lines
78 B
Makefile
6 lines
78 B
Makefile
|
PROG= lptcontrol
|
||
|
CFLAGS+= -Wall
|
||
|
MAN8= lptcontrol.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|