]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/snapinfo/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>