opnsense-src/gnu/usr.bin/sort/Makefile

7 lines
148 B
Makefile
Raw Normal View History

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