This is the 2-clause BSD implementation that does not use any external dependency (other than libxbps). Written by xdave. Made some minor changes to build cleanly.
8 lines
107 B
Makefile
8 lines
107 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-repo-checkvers
|
|
MAN =
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|