Adding AIDE to HIDS tools
This commit is contained in:
		
							
								
								
									
										22
									
								
								roles/Sharingan/package/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								roles/Sharingan/package/Makefile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
compile:
 | 
			
		||||
	@echo Nothing to do
 | 
			
		||||
 | 
			
		||||
install:
 | 
			
		||||
	mkdir -p ${pkgdir}/usr/local/sbin/
 | 
			
		||||
	for i in aidecheck aideinit; do install -m 0750 -o root -g http $$i ${pkgdir}/usr/local/sbin/; done
 | 
			
		||||
 | 
			
		||||
test: compile
 | 
			
		||||
	@echo Nothing to do
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	git clean -fX
 | 
			
		||||
	git clean -fd
 | 
			
		||||
 | 
			
		||||
diff:
 | 
			
		||||
	@echo Nothing to do.
 | 
			
		||||
 | 
			
		||||
reverse:
 | 
			
		||||
	@echo Nothing to do.
 | 
			
		||||
 | 
			
		||||
checkperm:
 | 
			
		||||
	@echo Nothing to do.
 | 
			
		||||
		Reference in New Issue
	
	Block a user