Lines Matching refs:profile
26 PROG= profile .login ksh.kshrc system
27 PROGSKEL= local.login local.profile local.cshrc .profile
28 PROGROOT= .profile .bashrc
38 CLOBBERFILES = profile .bashrc .profile .login
44 profile: etc-profile.sh
45 $(RM) profile
46 $(CP) etc-profile.sh $@
48 .profile: dot-profile.sh
49 $(RM) .profile
50 $(CP) dot-profile.sh $@