mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
5 lines
57 B
Makefile
5 lines
57 B
Makefile
|
|
PROG= sort
|
|
SRCS= sort.c error.c
|
|
|
|
.include <bsd.prog.mk>
|