6 lines
54 B
Makefile
6 lines
54 B
Makefile
|
|
PROG= pr
|
|
SRCS= pr.c getopt.c
|
|
|
|
.include <bsd.prog.mk>
|