1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/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>