diff --git a/bin/xbps-create/Makefile b/bin/xbps-create/Makefile index 47c393c5..1e9fd5e0 100644 --- a/bin/xbps-create/Makefile +++ b/bin/xbps-create/Makefile @@ -2,6 +2,5 @@ TOPDIR = ../.. -include $(TOPDIR)/config.mk BIN = xbps-create -OBJS = main.o include $(TOPDIR)/mk/prog.mk