]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/nandtool/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / nandtool / Makefile
1 # $FreeBSD$
2
3 PROG=   nandtool
4 SRCS=   nandtool.c nand_read.c nand_write.c nand_erase.c nand_info.c
5 SRCS+=  nand_readoob.c nand_writeoob.c
6 BINDIR= /usr/sbin
7 DPADD=  ${LIBGEOM}
8 LDADD=  -lgeom
9 MAN=    nandtool.8
10
11 .include <bsd.prog.mk>