mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
7 lines
69 B
Makefile
7 lines
69 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= stdbuf
|
||
|
|
SRCS= stdbuf.c
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|