]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - usr.sbin/bsdconfig/include/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.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>