]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/include/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / include / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${LIBEXECDIR}/bsdconfig/include
6 FILES=          bsdconfig.hlp media.hlp messages.subr network_device.hlp \
7                 options.hlp tcp.hlp usage.hlp
8
9 beforeinstall:
10         mkdir -p ${DESTDIR}${FILESDIR}
11
12 .include <bsd.prog.mk>