mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 17:50:51 +01:00
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>
|