diff --git a/makefile_freebsd b/makefile_freebsd index cca4320..b8838b2 100644 --- a/makefile_freebsd +++ b/makefile_freebsd @@ -50,9 +50,6 @@ deps: if [ -d $(DPS)/opts ]; then cd $(DPS)/opts; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/opts; cd -; fi if [ -d $(DPS)/time ]; then cd $(DPS)/time; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/time; cd -; fi -install: - cp $(mkfile_dir_path)/$(BLD)/vipack /usr/local/bin/ - tests: mkdir -p $(mkfile_dir_path)/$(BLD) cd $(mkfile_dir_path)/$(BLD)