]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/nandtool/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>