- XBPS_PASSPHRASE (if set) will be supplied as passphrase when signing repos. - Use the default OpenSSL passphrase cb when loading the private key.
		
			
				
	
	
		
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| TOPDIR = ../..
 | |
| -include $(TOPDIR)/config.mk
 | |
| 
 | |
| BIN =	xbps-rindex
 | |
| OBJS =	main.o index-add.o remove-obsoletes.o repoflush.o sign.o
 | |
| 
 | |
| include $(TOPDIR)/mk/prog.mk
 |