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.
This commit is contained in:
2015-02-02 20:50:54 -05:00
parent 00d3aff54e
commit bec5040b1e

15
tcshrc.system.FreeBSD Normal file
View File

@ -0,0 +1,15 @@
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
###########################