8 lines
114 B
Makefile
8 lines
114 B
Makefile
|
|
PROG= pr
|
|
SRCS= pr.c getopt.c getopt1.c error.c xmalloc.c version.c
|
|
|
|
CFLAGS+=-I${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|