Remove obsolete xbps-{bin,repo} utils.

This commit is contained in:
Juan RP
2012-11-06 11:07:31 +01:00
parent e57e6669fb
commit e21cdc68df
37 changed files with 3 additions and 5520 deletions

View File

@@ -2,6 +2,6 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-uhelper
OBJS = main.o ../xbps-bin/fetch_cb.o
OBJS = main.o ../xbps-install/fetch_cb.o
include $(TOPDIR)/mk/prog.mk