Files
cshenv/tcshrc.system.FreeBSD
ADAM David Alan Martin bec5040b1e FreeBSD system specific support file.
This needn't be created, I think, but in the way I'm doing this
configuration system, it appears to be necessary.

My future rewrite, based upon rcorder will fix this.
2015-02-02 20:50:54 -05:00

16 lines
311 B
Tcsh

if( $?CSHENV_DEBUG ) then
echo "Sourcing tcshrc.system.FreeBSD..."
endif
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED FreeBSD
if( $?CSHENV_DEBUG ) then
echo "Done sourcing tcshrc.system.FreeBSD..."
endif
###########################
# vim: ft=tcsh
###########################