xbps/bin/xbps-create/Makefile
Juan RP 6ece895957 WIP: xbps-create(8) to create xbps binary packages from a destdir.
(cherry picked from commit 6546f73f90cd56d14a2e90cb6604901df18a9419)
2012-09-29 19:00:58 +02:00

8 lines
107 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-create
OBJS = main.o
include $(TOPDIR)/mk/prog.mk