Hold ifnet.if_serializer around ifnet.if_ioctl; rtinit() does not need
[dragonfly.git] / share / installer / Makefile
blobe181ca0722014a44cef8918c2d5e7ec80db2e2ba
1 # $DragonFly: src/share/installer/Makefile,v 1.1 2008/03/25 22:55:38 dave Exp $
3 INSTALLER_DIR= ${.CURDIR}/../../contrib/bsdinstaller-1.1.6
4 DDIR= ${DESTDIR}/usr/share/installer
6 beforeinstall:
7 if [ ! -d ${DDIR} ]; then mkdir ${DDIR}; fi
8 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 744 cmdnames.conf ${DDIR}/cmdnames.conf
9 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 744 ${INSTALLER_DIR}/src/frontends/ncurses/fred.txt ${DDIR}/fred.txt
11 .include <bsd.prog.mk>