Also always build the static bins so that it's done in one pass, that means that objects are PIC and built with SSP. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091119050337-hkdksjqxy9n7vy7m
		
			
				
	
	
		
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| TOPDIR = ../..
 | |
| include $(TOPDIR)/vars.mk
 | |
| 
 | |
| BIN = xbps-bin
 | |
| OBJS = check.o install.o main.o remove.o show-deps.o ../xbps-repo/util.o
 | |
| MAN = $(BIN).8
 | |
| 
 | |
| include $(TOPDIR)/prog.mk
 | |
| 
 |