--- dmsdos/Makefile 2018/04/24 16:37:52 1.1 +++ dmsdos/Makefile 2018/04/24 16:37:52 1.1.1.2 @@ -10,14 +10,22 @@ kernelconf: patch compile: kernelconf make -C src -install: compile +install: + make -C src make -C src install + make -C man install sh magic.sh uninstall: make -C src uninstall + make -C man uninstall mrproper: rm -f *~ rm -f doc/*~ + rm -f man/*~ + rm -f patches/*~ make -C src mrproper + +dist: + sh mkdist.sh