]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/atsectl/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / atsectl / Makefile
1 # $FreeBSD$
2
3 PROG=   atsectl
4
5 DPADD=  ${LIBMD}
6 LDADD=  -lmd
7
8 BINDIR?=        /usr/sbin
9
10 NO_MAN=
11
12 .include <bsd.prog.mk>