mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= ufs_uprintf
|
||
|
WARNS= 3
|
||
|
NO_MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|