X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcyrus-sasl;h=f568182c488e7b34e7df202e7957e5fed1784cf4;hp=3f296c24ded1886d3c00d0a5bb220480152c09ad;hb=a08c3a2eb1dadc9f027a4fd28caf34a0db0537f6;hpb=e2627c00f5958ef467df7e93e819c8f77370a09e diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl index 3f296c24de..f568182c48 100644 --- a/lfs/cyrus-sasl +++ b/lfs/cyrus-sasl @@ -32,6 +32,9 @@ THISAPP = cyrus-sasl-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) +PROG = cyrus-sasl +PAK_VER = 1 + ifeq "$(PASS)" "" TARGET = $(DIR_INFO)/$(THISAPP) else @@ -56,6 +59,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist : + $(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################