mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
11 lines
116 B
Makefile
11 lines
116 B
Makefile
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PROG= snapinfo
|
||
|
MAN= snapinfo.8
|
||
|
|
||
|
DPADD= ${LIBUFS}
|
||
|
LDADD= -lufs
|
||
|
|
||
|
.include <bsd.prog.mk>
|