mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
7 lines
160 B
Makefile
7 lines
160 B
Makefile
# $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>
|