aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-27 07:27:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-27 07:27:44 +0000
commite02433fdc4bce9b1a0d618d0c3d27259cd95657f (patch)
treecba87742862d053e4a852806c6cba651eb7bc0c5 /sys/modules
parentb63695f3849631fe451a188286177e73b19bebd0 (diff)
Notes
Diffstat (limited to 'sys/modules')
-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 a5a1bc6ca329..4f2eac54559f 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>