xref
: /
freebsd
/
usr.bin
/
stdbuf
/
Makefile
(revision e39e854e27f53a784c3982cbeb68f4ad1cfd9162)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
stdbuf
4
SRCS
=
stdbuf.c
5
6
WARNS
?=
6
7
8
.
include
<
bsd.prog.mk
>
9