]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/bsdconfig/examples/Makefile
MFC bsdconfig(8) and sysrc(8) from HEAD. (shazam!)
[FreeBSD/stable/9.git] / usr.sbin / bsdconfig / examples / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/examples/bsdconfig
6 FILES=          browse_packages.sh bsdconfigrc
7
8 beforeinstall:
9         mkdir -p ${DESTDIR}${FILESDIR}
10
11 .include <bsd.prog.mk>