xbps-bin: split main.c into new files: list.c show-orphans.c and unpack_cb.c.

This commit is contained in:
Juan RP
2011-11-11 10:18:52 +01:00
parent 029fd96690
commit 9157f7d148
6 changed files with 225 additions and 120 deletions

View File

@@ -8,6 +8,7 @@ OBJS += question.o fetch_cb.o state_cb.o
OBJS += check.o check_pkg_automatic.o check_pkg_files.o
OBJS += check_pkg_rundeps.o check_pkg_symlinks.o
OBJS += check_pkg_requiredby.o
OBJS += show-orphans.o unpack_cb.o list.o
MAN = $(BIN).8
include $(TOPDIR)/bin/prog.mk