Deleted Added
full compact
Makefile (234772) Makefile (240372)
1# $FreeBSD: head/usr.bin/stdbuf/Makefile 234772 2012-04-28 20:52:20Z jlh $
1# $FreeBSD: head/usr.bin/stdbuf/Makefile 240372 2012-09-11 21:13:18Z delphij $
2
3PROG= stdbuf
4SRCS= stdbuf.c
5
2
3PROG= stdbuf
4SRCS= stdbuf.c
5
6WARNS?= 6
7
8.include <bsd.prog.mk>
6.include <bsd.prog.mk>