/titanic_50/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | Makefile | 32 ROOTBIN = $(ROOTOPTPKG)/bin macro 35 CMDS = $(SRCS:%=$(ROOTBIN)/%) 43 $(CMDS): $(ROOTBIN) 45 $(ROOTBIN): 48 $(ROOTBIN)/%: %.pl 51 $(ROOTBIN)/%: %.sh 54 $(ROOTBIN)/%: %.ksh
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/chkargs/ |
H A D | Makefile.com | 32 ROOTBIN = $(ROOT)/opt/SUNWdtrt/bin 33 ROOTBIN32 = $(ROOTBIN)/$(MACH32) 34 ROOTBIN64 = $(ROOTBIN)/$(MACH64) 40 ROOTISAEXEC = $(ROOTBIN)/$(PROG) 72 $(ROOTBIN)/%: $(ROOTBIN) 75 $(ROOTBIN):
|
/titanic_50/usr/src/cmd/streams/log/ |
H A D | Makefile | 39 -$(RM) $(ROOTBIN)/strace 40 -$(RM) $(ROOTBIN)/strerr 41 -$(RM) $(ROOTBIN)/strclean 42 -$(SYMLINK) ../sbin/strace $(ROOTBIN)/strace 43 -$(SYMLINK) ../sbin/strerr $(ROOTBIN)/strerr 44 -$(SYMLINK) ../sbin/strclean $(ROOTBIN)/strclean
|
/titanic_50/usr/src/test/zfs-tests/cmd/scripts/ |
H A D | Makefile | 19 ROOTBIN = $(ROOTOPTPKG)/bin macro 23 CMDS = $(PROGS:%=$(ROOTBIN)/%) 30 $(CMDS): $(ROOTBIN) 32 $(ROOTBIN): 35 $(ROOTBIN)/%: %.ksh
|
/titanic_50/usr/src/test/test-runner/cmd/ |
H A D | Makefile | 20 ROOTBIN = $(ROOTOPTPKG)/bin macro 24 CMDS = $(PROGS:%=$(ROOTBIN)/%) 31 $(CMDS): $(ROOTBIN) 33 $(ROOTBIN): 36 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/test/os-tests/cmd/ |
H A D | Makefile | 20 ROOTBIN = $(ROOTOPTPKG)/bin macro 24 CMDS = $(PROGS:%=$(ROOTBIN)/%) 31 $(CMDS): $(ROOTBIN) 33 $(ROOTBIN): 36 $(ROOTBIN)/%: %.ksh
|
/titanic_50/usr/src/test/libc-tests/cmd/ |
H A D | Makefile | 21 ROOTBIN = $(ROOTOPTPKG)/bin macro 25 CMDS = $(PROGS:%=$(ROOTBIN)/%) 32 $(CMDS): $(ROOTBIN) 34 $(ROOTBIN): 37 $(ROOTBIN)/%: %.ksh
|
/titanic_50/usr/src/test/util-tests/cmd/ |
H A D | Makefile | 21 ROOTBIN = $(ROOTOPTPKG)/bin macro 25 CMDS = $(PROGS:%=$(ROOTBIN)/%) 32 $(CMDS): $(ROOTBIN) 34 $(ROOTBIN): 37 $(ROOTBIN)/%: %.ksh
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Makefile | 33 ROOTBIN = $(ROOTOPTPKG)/bin macro 53 CMD = $(ROOTBIN)/jdtrace 54 XLIST = $(ROOTBIN)/exception.lst 90 $(CMD): $(ROOTBIN) 92 $(XLIST): $(ROOTBIN) 94 $(ROOTBIN): 106 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/baddof/ |
H A D | Makefile | 32 ROOTBIN = $(ROOTOPTPKG)/bin macro 39 CMDS = $(SRCS:%=$(ROOTBIN)/%) 54 $(CMDS): $(ROOTBIN) $(SRCS) 56 $(ROOTBIN): 59 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | Makefile | 32 ROOTBIN = $(ROOTOPTPKG)/bin macro 38 CMDS = $(SRCS:%=$(ROOTBIN)/%) 54 $(CMDS): $(ROOTBIN) $(SRCS) 56 $(ROOTBIN): 59 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/test/zfs-tests/cmd/ |
H A D | Makefile.subdirs | 19 ROOTBIN = $(ROOTOPTPKG)/bin 24 CMDS = $(PROG:%=$(ROOTBIN)/%) 48 $(CMDS): $(ROOTBIN) $(PROG) 50 $(ROOTBIN): 53 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/cmd/pfexec/ |
H A D | Makefile | 35 ROOTBINPFEXEC = $(PFEXEC:%=$(ROOTBIN)/%) 43 $(RM) $(ROOTBIN)/pf$$s; \ 44 $(LN) $(ROOTBIN)/pfexec $(ROOTBIN)/pf$$s; \ 51 $(LN) $(ROOTBIN)/pfexec $(ROOTHASBIN)/pfsh
|
/titanic_50/usr/src/ucbcmd/ |
H A D | Makefile | 140 ROOTBINLINKS = $(BINLINKS:%=$(ROOTBIN)/%) 147 $(ROOTBIN)/e := LINKDEST= ../bin/edit 148 $(ROOTBIN)/ex := LINKDEST= ../bin/edit 149 $(ROOTBIN)/page := LINKDEST= ../bin/more 150 $(ROOTBIN)/quota := LINKDEST= ../lib/fs/ufs/quota 152 $(ROOTBIN)/vi := LINKDEST= ../bin/edit 153 $(ROOTBIN)/view := LINKDEST= ../bin/edit
|
H A D | Makefile.ucbcmd | 44 ROOTBIN= $(ROOT)/usr/ucb 49 ROOTBIN32= $(ROOTBIN)/$(MACH32) 50 ROOTBIN64= $(ROOTBIN)/$(MACH64) 52 ROOTPROG= $(PROG:%=$(ROOTBIN)/%) 71 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/cmd/compress/ |
H A D | Makefile | 54 $(RM) $(ROOTBIN)/uncompress $(ROOTBIN)/zcat 55 $(LN) $(ROOTPROG) $(ROOTBIN)/uncompress 56 $(LN) $(ROOTPROG) $(ROOTBIN)/zcat
|
/titanic_50/usr/src/cmd/ksh/ |
H A D | Makefile | 81 $(RM) $(ROOTBIN)/jsh 82 $(SYMLINK) ksh93 $(ROOTBIN)/jsh 83 $(RM) $(ROOTBIN)/sh 84 $(SYMLINK) $(ARCH32)/ksh93 $(ROOTBIN)/sh
|
/titanic_50/usr/src/cmd/avs/nsctl/ |
H A D | Makefile | 66 install: all $(ROOTPROG) $(ROOTBIN)/nskernd $(ROOTLIBLINK) $(ROOTSBINLINK) 81 $(ROOTLIBLINK): $(ROOTLIB) $(ROOTBIN)/nskernd 82 -$(RM) $@; $(LN) $(ROOTBIN)/nskernd $@ 85 -$(RM) $@; $(LN) $(ROOTBIN)/nscadm $@
|
/titanic_50/usr/src/ucbcmd/install.d/ |
H A D | Makefile | 55 rm -f $(ROOTBIN)/$(PROG2) 56 mv $(ROOTBIN)/$(PROG) $(ROOTBIN)/$(PROG2)
|
/titanic_50/usr/src/cmd/print/printmgr/bin/ |
H A D | Makefile | 30 ROOTBIN = $(ROOT)/usr/sadm/admin/bin macro 32 ROOTBINPROG = $(PROG:%=$(ROOTBIN)/%) 42 $(ROOTBIN)/%: %
|
/titanic_50/usr/src/cmd/print/lpget/ |
H A D | Makefile | 36 ROOTBINPROG= $(PROG:%=$(ROOTBIN)/%) 47 install: all $(ROOTBIN) $(ROOTBINPROG) 49 $(ROOTBIN):
|
/titanic_50/usr/src/cmd/print/lpset/ |
H A D | Makefile | 36 ROOTBINPROG= $(PROG:%=$(ROOTBIN)/%) 48 install: all $(ROOTBIN) $(ROOTBINPROG) 50 $(ROOTBIN):
|
/titanic_50/usr/src/cmd/mail/ |
H A D | Makefile | 62 ROOTBINPROG= $(BINPROG:%=$(ROOTBIN)/%) 64 ROOTSYMLINKS= $(ROOTBIN)/rmail 96 $(ROOTBIN)/mail := FILEMODE = 02511 117 $(ROOTBIN)/rmail:
|
/titanic_50/usr/src/cmd/rcap/rcapstat/ |
H A D | Makefile | 84 $(ROOTBIN): 85 $(MKDIR) -p $(ROOTBIN) 87 install: all $(ROOTBIN) $(ROOTPROG)
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | Makefile | 108 $(LN) $(ROOTBIN)/sndrd $(ROOTLIB)/sndrd; 109 $(LN) $(ROOTBIN)/sndrsyncd $(ROOTLIB)/sndrsyncd 113 $(LN) $(ROOTBIN)/sndradm $(ROOTUSRSBIN)/sndradm; 114 $(LN) $(ROOTBIN)/sndrboot $(ROOTUSRSBIN)/sndrboot
|