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