]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bsdconfig/examples/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / bsdconfig / examples / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/examples/bsdconfig
6 FILES=          browse_packages_ftp.sh browse_packages_http.sh bsdconfigrc
7
8 beforeinstall:
9         mkdir -p ${DESTDIR}${FILESDIR}
10
11 .include <bsd.prog.mk>