mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
6 lines
148 B
Makefile
6 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>
|