freebsd-dev/gnu/usr.bin/sort/Makefile

8 lines
160 B
Makefile
Raw Normal View History

2002-04-08 12:12:07 +00:00
# $FreeBSD$
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>