Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars
@@ -16,16 +16,19 @@
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
+# Copyright (c) 2013 Gary Mills
#
# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
#
# cmd/oamuser/user/Makefile
#
+DEFAULTFILES= useradd.dfl
+
include ../../Makefile.cmd
GREP= grep
USERADD= useradd
@@ -100,11 +103,12 @@
$(USERADD): $(ADD_OBJ)
$(USERMOD): $(MOD_OBJ)
$(USERDEL): $(DEL_OBJ)
-install: all .WAIT $(ROOTSKEL) $(INSSBINPROG) $(INSSKELFILE)
+install: all $(ROOTETCDEFAULTFILES) .WAIT \
+ $(ROOTSKEL) $(INSSBINPROG) $(INSSKELFILE)
$(RM) $(ROOTUSRSBIN)/$(ROLEADD)
$(LN) $(ROOTUSRSBIN)/$(USERADD) $(ROOTUSRSBIN)/$(ROLEADD)
$(RM) $(ROOTUSRSBIN)/$(ROLEDEL)
$(LN) $(ROOTUSRSBIN)/$(USERDEL) $(ROOTUSRSBIN)/$(ROLEDEL)
$(RM) $(ROOTUSRSBIN)/$(ROLEMOD)