]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/share/media/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / share / media / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/bsdconfig/media
6 FILES=          any.subr cdrom.subr common.subr directory.subr dos.subr \
7                 floppy.subr ftp.subr http.subr httpproxy.subr network.subr \
8                 nfs.subr options.subr tcpip.subr ufs.subr usb.subr
9
10 beforeinstall:
11         mkdir -p ${DESTDIR}${FILESDIR}
12
13 .include <bsd.prog.mk>