New utilities: xbps-{install,pkgdb,query,reconfigure,rindex} (WIP).
This commit is contained in:
12
bin/xbps-remove/Makefile
Normal file
12
bin/xbps-remove/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
BIN = xbps-remove
|
||||
OBJS = main.o
|
||||
OBJS += ../xbps-install/question.o
|
||||
OBJS += ../xbps-install/util.o
|
||||
OBJS += ../xbps-install/transaction.o
|
||||
OBJS += ../xbps-install/state_cb.o
|
||||
#MAN = $(BIN).8
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
||||
Reference in New Issue
Block a user