]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/snapinfo/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.sbin / snapinfo / Makefile
1 # $FreeBSD$
2 #
3
4 PROG=   snapinfo
5 MAN=    snapinfo.8
6
7 DPADD=  ${LIBUFS}
8 LDADD=  -lufs
9
10 .include <bsd.prog.mk>