diff options
Diffstat (limited to 'usr/src/cmd/Makefile.cmd')
-rw-r--r-- | usr/src/cmd/Makefile.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/Makefile.cmd b/usr/src/cmd/Makefile.cmd index 89d085da4d..09e3e1d378 100644 --- a/usr/src/cmd/Makefile.cmd +++ b/usr/src/cmd/Makefile.cmd @@ -92,6 +92,7 @@ ROOTUSRSBIN64= $(ROOTUSRSBIN)/$(MACH64) ROOTMAN1= $(ROOT)/usr/share/man/man1 ROOTMAN1M= $(ROOT)/usr/share/man/man1m ROOTMAN3= $(ROOT)/usr/share/man/man3 +ROOTVARSMB= $(ROOT)/var/smb # @@ -246,6 +247,7 @@ ROOTSVCNETWORKSECURITY= $(ROOTSVCNETWORK)/security ROOTSVCNETWORKSSL= $(ROOTSVCNETWORK)/ssl ROOTSVCNETWORKIPSEC= $(ROOTSVCNETWORK)/ipsec ROOTSVCNETWORKSHARES= $(ROOTSVCNETWORK)/shares +ROOTSVCSMB= $(ROOTSVCNETWORK)/smb ROOTSVCPLATFORM= $(ROOTVARSVCMANIFEST)/platform ROOTSVCPLATFORMSUN4U= $(ROOTSVCPLATFORM)/sun4u ROOTSVCPLATFORMSUN4V= $(ROOTSVCPLATFORM)/sun4v @@ -460,6 +462,9 @@ $(ROOTMAN1M)/%: %.sunman $(ROOTMAN3)/%: %.sunman $(INS.rename) +$(ROOTVARSMB)/%: % + $(INS.file) + # build rule for statically linked programs with single source file. %.static: %.c $(LINK.c) -o $@ $< $(LDLIBS) |