mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
PROG= sort
|
|
SRCS= sort.c error.c version.c long-options.c getopt.c getopt1.c xstrtod.c
|
|
|
|
CFLAGS+=-I${.CURDIR} -DHAVE_CONFIG_H
|
|
|
|
.include <bsd.prog.mk>
|