mk/prog.mk: set MAN to $(BIN).8 by default.

This commit is contained in:
Juan RP
2013-09-16 08:57:24 +02:00
parent 9d562671ee
commit c5acbc7953
10 changed files with 3 additions and 8 deletions

View File

@@ -6,6 +6,5 @@ OBJS = main.o
OBJS += ../xbps-install/question.o
OBJS += ../xbps-install/util.o
OBJS += ../xbps-install/transaction.o
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk