mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04:00
5 lines
57 B
Makefile
5 lines
57 B
Makefile
|
|
PROG= sort
|
|
SRCS= sort.c error.c
|
|
|
|
.include <bsd.prog.mk>
|