diff options
Diffstat (limited to 'usr/src/cmd/sendmail/Makefile')
| -rw-r--r-- | usr/src/cmd/sendmail/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/cmd/sendmail/Makefile b/usr/src/cmd/sendmail/Makefile index 057bcb7ac1..604b8d2959 100644 --- a/usr/src/cmd/sendmail/Makefile +++ b/usr/src/cmd/sendmail/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# # cmd/sendmail/Makefile # # Makefile for top level sendmail source directory @@ -37,10 +35,7 @@ SUBDIRS= cf lib db libsm libsmdb libsmutil .WAIT src aux include ../Makefile.cmd ROOTDIRS= $(ROOT)/var/spool/mqueue $(ROOT)/var/spool/clientmqueue -$(ROOTDIRS):= OWNER = root $(ROOTDIRS):= DIRMODE = 0750 -$(ROOT)/var/spool/clientmqueue:= OWNER = smmsp -$(ROOT)/var/spool/clientmqueue:= GROUP = smmsp $(ROOT)/var/spool/clientmqueue:= DIRMODE = 0770 all:= TARGET= all |
