To use xbps now 'make and make install' is required.

--HG--
extra : convert_revision : 976738f26daf1ccd2101ca2325e1e517d98e71cb
This commit is contained in:
Juan RP
2008-12-22 02:14:40 +01:00
parent 9f7bfc772a
commit 6ee35486bf
9 changed files with 52 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
include ../vars.mk
EXTRA_CFLAGS = -funroll-all-loops -ftree-loop-linear
LDFLAGS += -L../lib -Wl,-rpath $$(pwd)/../lib -lxbps
LDFLAGS += -L../lib -lxbps
BINS = xbps-bin xbps-cmpver xbps-digest xbps-pkgdb
@@ -30,4 +30,5 @@ clean-objs:
-rm -f *.o
install: $(BINS)
install -D $(BINS)
install -d $(SBINDIR)
install -m 755 $(BINS) $(SBINDIR)