11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Makefile
		
	
	
	
| # SPDX-License-Identifier: GPL-2.0-or-later
 | |
| # Copyright (c) 2016-2019 Oracle and/or its affiliates. All Rights Reserved.
 | |
| 
 | |
| top_srcdir		?= ../../../..
 | |
| 
 | |
| include $(top_srcdir)/include/mk/env_pre.mk
 | |
| 
 | |
| INSTALL_TARGETS		:= arping01.sh
 | |
| 
 | |
| include $(top_srcdir)/include/mk/generic_leaf_target.mk
 |