Don't install the osf1 script from here. It causes the release build to

break as ${DESTDIR}/usr/bin doesn't exist where the module is being
installed.
This commit is contained in:
David E. O'Brien 2000-11-27 07:27:44 +00:00
parent b63695f384
commit e02433fdc4

View file

@ -18,8 +18,4 @@ opt_compat.h:
opt_osf1.h opt_simos.h opt_nfs.h:
touch ${.TARGET}
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/osf1.sh ${DESTDIR}/usr/bin/osf1
.include <bsd.kmod.mk>