From e02433fdc4bce9b1a0d618d0c3d27259cd95657f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 27 Nov 2000 07:27:44 +0000 Subject: [PATCH] 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. --- sys/modules/osf1/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/modules/osf1/Makefile b/sys/modules/osf1/Makefile index a5a1bc6ca32..4f2eac54559 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