blob: fdaa95e508fe9741058ac78a45e4f00cd8ae7241 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: mount/usr/src/cmd/fs.d/hsfs/fstyp/Makefile
===================================================================
--- mount.orig/usr/src/cmd/fs.d/hsfs/fstyp/Makefile 2012-10-08 00:25:23.000000000 +0000
+++ mount/usr/src/cmd/fs.d/hsfs/fstyp/Makefile 2013-01-27 06:46:08.759287466 +0000
@@ -67,8 +67,6 @@
all: $(LIBPROG)
install: all
- $(RM) $(ROOTLIBFSTYPE)/fstyp
- $(LN) $(ROOTUSRSBIN)/fstyp $(ROOTLIBFSTYPE)/fstyp
lint: lint_SRCS
|