add swifi to the build/install.
[minix.git] / etc / profile
blob96ecc025e565c773af42206c7e75483d5a66717d
1 RC_TZ=/etc/rc.timezone
2 export TZ=GMT0
3 if [ -f "$RC_TZ" ]
4 then . "$RC_TZ"
5 fi
6 export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man