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