aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/hfs
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-14 13:48:31 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-14 13:48:31 +0000
commit521e5310dbe0040745a43a22cdc3c3311c1695c1 (patch)
treed7e6ac83e8971dbb00f01c0045e239e745b0f498 /emulators/hfs
parentf252cb58977fafcc7b324fa4b4d7e0529f762843 (diff)
Don't have a program installed SUID per default unless there is a very
good reason. Delete the SUID and root setting, if someone needs it this ways, he should do it on his own system. But it shouldn't be the default.
Diffstat (limited to 'emulators/hfs')
-rw-r--r--emulators/hfs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 7f1e60039312..58a8acbb1d97 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -7,8 +7,3 @@ USE_GMAKE= yes
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
-
-install:
- @chown root ${PREFIX}/bin/hfs
- @chmod u+s ${PREFIX}/bin/hfs
-