]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/nandfs/Makefile
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / sbin / nandfs / Makefile
1 # $FreeBSD$
2
3 PACKAGE=nandfs
4 PROG=   nandfs
5 SRCS=   nandfs.c lssnap.c mksnap.c rmsnap.c
6 MAN=    nandfs.8
7
8 LIBADD= nandfs
9
10 .include <bsd.prog.mk>