xbps/bin/xbps-checkvers/Makefile
Juan RP 702d64c517
xbps-checkvers/Makefile: re-add -Wno-deprecated-declarations.
... it's still necessary due to readdir_r() with glibc.
2019-07-03 02:15:41 +02:00

9 lines
142 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
EXTRA_CFLAGS += -Wno-deprecated-declarations
BIN = xbps-checkvers
include $(TOPDIR)/mk/prog.mk