99be698979
This is just the starting point to extend repositories with PGP signatures.
9 lines
179 B
Makefile
9 lines
179 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-rindex
|
|
OBJS = main.o index-add.o index-clean.o remove-obsoletes.o repoflush.o
|
|
MAN = $(BIN).8
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|