6 lines
70 B
Makefile
6 lines
70 B
Makefile
PROG= printroot
|
|
BINDIR= /bin
|
|
MAN= printroot.8
|
|
|
|
.include <bsd.prog.mk>
|