From b6c0b2214df78345ad7e9122179d367b4cbb5651 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 31 Mar 2022 01:44:19 +0400 Subject: [PATCH] removed unnecessary install section. --- makefile_freebsd | 3 --- 1 file changed, 3 deletions(-) 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)