]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/postfix
HinzugefĆ¼gt:
[people/pmueller/ipfire-2.x.git] / lfs / postfix
index 8d388b89328fde38e3a5430419c0878f17ba46f7..b74a29430c1e2077d849f475be699f82d667c44d 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -58,6 +52,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
+dist: 
+       make-packages.sh postfix $(THISAPP)-ipfire-beta-1
+
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -86,4 +83,4 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cp -v /usr/src/config/etc/aliases /etc/aliases
        cd /etc/ && postmap aliases
        @rm -rf $(DIR_APP)
-       @$(POSTBUILD)
+       @$(POSTBUILD)
\ No newline at end of file