New utilities: xbps-{install,pkgdb,query,reconfigure,rindex} (WIP).
This commit is contained in:
11
bin/xbps-pkgdb/Makefile
Normal file
11
bin/xbps-pkgdb/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
BIN = xbps-pkgdb
|
||||
OBJS = main.o check.o check_pkg_automatic.o check_pkg_files.o
|
||||
OBJS += check_pkg_requiredby.o check_pkg_rundeps.o
|
||||
OBJS += check_pkg_symlinks.o check_pkg_unneeded.o
|
||||
|
||||
#MAN = $(BIN).8
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
Reference in New Issue
Block a user