mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
7 lines
69 B
Makefile
7 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= stdbuf
|
|
SRCS= stdbuf.c
|
|
|
|
.include <bsd.prog.mk>
|