6d84cde6f1
dependencies and reverse dependencies of a package, respectively. 'xbps-bin show' no longer prints the deps anymore. --HG-- extra : convert_revision : xtraeme%40gmail.com-20090821231219-n26o21xcxor46nk1
6 lines
130 B
Makefile
6 lines
130 B
Makefile
BIN = xbps-bin
|
|
OBJS = check.o install.o main.o remove.o show-deps.o ../xbps-repo/util.o
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/prog.mk
|