add new line ('\n') to end of file

This commit is contained in:
Michael Haro 2000-02-07 22:05:10 +00:00
parent 180b8d1afb
commit 1b9b982c34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25570

View file

@ -11,4 +11,4 @@ echo "INSTALLPATH = $PREFIX" >> Makefile
echo "CCPLUSPLUS = c++ -c" >> Makefile
echo "LD = c++" >> Makefile
echo "MANINSTALLDIR = $PREFIX/man/man1" >> Makefile
exit 0;
exit 0;