diff options
author | kupfer <none@none> | 2006-11-10 13:44:22 -0800 |
---|---|---|
committer | kupfer <none@none> | 2006-11-10 13:44:22 -0800 |
commit | 177fd15c9f814babb60e824f89984cdd8acf7c85 (patch) | |
tree | 360401c5599b36953d4437376aafda0f37625983 /usr/src | |
parent | 432f72fd2958c0d1ecc680b0573d8f65a22de385 (diff) | |
download | illumos-joyent-177fd15c9f814babb60e824f89984cdd8acf7c85.tar.gz |
6477808 /usr/lib/nfs has spurious "32" symlink
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/libmapid/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/lib/libmapid/i386/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libmapid/sparc/Makefile | 2 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWnfscu/prototype_com | 1 |
4 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/lib/libmapid/Makefile.com b/usr/src/lib/libmapid/Makefile.com index b1e86a05ff..2a553d7dbd 100644 --- a/usr/src/lib/libmapid/Makefile.com +++ b/usr/src/lib/libmapid/Makefile.com @@ -38,10 +38,6 @@ LIBS = $(DYNLIB) $(LINTLIB) # binaries in /usr/lib/nfs, so define it as such. # ROOTLIBDIR = $(ROOT)/usr/lib/nfs -ROOTSLINK32 = $(ROOTLIBDIR)/32 - -$(ROOTSLINK32): $(ROOTLIBDIR) - $(SYMLINK) . $@ # # SRCS is defined to be $(OBJECTS:%.o=$(SRCDIR)/%.c) diff --git a/usr/src/lib/libmapid/i386/Makefile b/usr/src/lib/libmapid/i386/Makefile index 1d805b65d8..978c1eba69 100644 --- a/usr/src/lib/libmapid/i386/Makefile +++ b/usr/src/lib/libmapid/i386/Makefile @@ -28,4 +28,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTSLINK32) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) diff --git a/usr/src/lib/libmapid/sparc/Makefile b/usr/src/lib/libmapid/sparc/Makefile index 1d805b65d8..978c1eba69 100644 --- a/usr/src/lib/libmapid/sparc/Makefile +++ b/usr/src/lib/libmapid/sparc/Makefile @@ -28,4 +28,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTSLINK32) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) diff --git a/usr/src/pkgdefs/SUNWnfscu/prototype_com b/usr/src/pkgdefs/SUNWnfscu/prototype_com index 78728e32f9..0c6c0391db 100644 --- a/usr/src/pkgdefs/SUNWnfscu/prototype_com +++ b/usr/src/pkgdefs/SUNWnfscu/prototype_com @@ -58,7 +58,6 @@ f none usr/lib/fs/nfs/showmount 555 root bin f none usr/lib/fs/nfs/umount 555 root bin f none usr/lib/fs/nfs/nfsfind 555 root sys d none usr/lib/nfs 755 root sys -s none usr/lib/nfs/32=. f none usr/lib/nfs/lockd 555 root bin f none usr/lib/nfs/statd 555 root bin f none usr/lib/nfs/nfsmapid 555 root bin |