]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/atsectl/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.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 MAN=
11
12 .include <bsd.prog.mk>