]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/snapinfo/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>