]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/networking/share/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / networking / share / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/bsdconfig/networking
6 FILES=          common.subr device.subr hostname.subr ipaddr.subr media.subr \
7                 netmask.subr resolv.subr routing.subr services.subr
8
9 beforeinstall:
10         mkdir -p ${DESTDIR}${FILESDIR}
11
12 .include <bsd.prog.mk>