freebsd_amp_hwpstate/gnu/usr.bin/sort/Makefile

7 lines
148 B
Makefile
Raw Normal View History

1993-06-29 05:21:43 +00:00
PROG= sort
1996-02-12 06:45:43 +00:00
SRCS= sort.c error.c version.c long-options.c getopt.c getopt1.c xstrtod.c
1993-11-08 17:09:50 +00:00
1996-02-12 06:45:43 +00:00
CFLAGS+=-I${.CURDIR} -DHAVE_CONFIG_H
1993-06-29 05:21:43 +00:00
.include <bsd.prog.mk>