xbps-bin: move (auto)remove code into its own file, use xbps_noyes().

--HG--
extra : convert_revision : 20398840d20154d90c7457b7318c651c513c1f72
This commit is contained in:
Juan RP
2009-04-09 11:56:40 +02:00
parent 3698644967
commit 679117e9a9
5 changed files with 167 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
BIN = xbps-bin
OBJS = install.o main.o ../xbps-repo/util.o
OBJS = install.o main.o remove.o ../xbps-repo/util.o
TOPDIR = ../..
include $(TOPDIR)/prog.mk