]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/nandfs/Makefile
Upgrade our copy of llvm/clang to trunk r178860, in preparation of the
[FreeBSD/FreeBSD.git] / sbin / nandfs / Makefile
1 # $FreeBSD$
2
3 PROG=   nandfs
4 SRCS=   nandfs.c lssnap.c mksnap.c rmsnap.c
5 MAN=    nandfs.8
6
7 DPADD=  ${LIBNANDFS}
8 LDADD=  -lnandfs
9
10 .include <bsd.prog.mk>