xbps/bin/xbps-repo/Makefile
Juan RP db9ae90dd4 Improve make output similar to what recent GNU configure scripts do.
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
2009-11-19 06:03:37 +01:00

9 lines
129 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/vars.mk
BIN = xbps-repo
OBJS = main.o util.o index.o
MAN = $(BIN).8
include $(TOPDIR)/prog.mk