diff options
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/Makefile.depend | 14 | ||||
-rw-r--r-- | share/skel/dot.cshrc | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/share/skel/Makefile.depend b/share/skel/Makefile.depend new file mode 100644 index 0000000..29fda55 --- /dev/null +++ b/share/skel/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index b665825..8f75be4 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -18,7 +18,7 @@ umask 22 set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) setenv EDITOR vi -setenv PAGER less +setenv PAGER more setenv BLOCKSIZE K if ($?prompt) then |