summaryrefslogtreecommitdiffstats
path: root/sys/modules/osf1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-27 07:27:44 +0000
committerobrien <obrien@FreeBSD.org>2000-11-27 07:27:44 +0000
commitea5b149e3e8546375613757fc810fde65f71b914 (patch)
treecae596e057b8e060b81688d59caab16ab3646163 /sys/modules/osf1
parent4a4fa974c170c57fb8cf398fc13dc116a21cb48a (diff)
downloadFreeBSD-src-ea5b149e3e8546375613757fc810fde65f71b914.zip
FreeBSD-src-ea5b149e3e8546375613757fc810fde65f71b914.tar.gz
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.
Diffstat (limited to 'sys/modules/osf1')
-rw-r--r--sys/modules/osf1/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/osf1/Makefile b/sys/modules/osf1/Makefile
index a5a1bc6..4f2eac5 100644
--- a/sys/modules/osf1/Makefile
+++ b/sys/modules/osf1/Makefile
@@ -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>
OpenPOWER on IntegriCloud