freebsd-dev/gnu/usr.bin/sort/Makefile
1996-02-12 06:45:43 +00:00

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>