4c1ae5d3d6
- genindex: use new recently added function, remove some objects from generated pkg dictionaries, they will be fetched remotely. - moved some code from main.c into repository.c. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091125043204-nbtdtaxkga3dad2h
9 lines
142 B
Makefile
9 lines
142 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/vars.mk
|
|
|
|
BIN = xbps-repo
|
|
OBJS = main.o util.o index.o repository.o
|
|
MAN = $(BIN).8
|
|
|
|
include $(TOPDIR)/prog.mk
|