Initial import from FreeBSD RELENG_4:
[games.git] / gnu / usr.bin / sort / Makefile
1 PROG=   sort
2 SRCS=   sort.c error.c version.c long-options.c getopt.c getopt1.c xstrtod.c
3
4 CFLAGS+=-I${.CURDIR} -DHAVE_CONFIG_H
5
6 .include <bsd.prog.mk>