usr/src/cmd/procmail/Makefile.sfw
changeset 11 87960ed158f9
parent 4 834920bc5f09
child 46 9c200dad5ecc
equal deleted inserted replaced
10:612517e396e0 11:87960ed158f9
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 
    19 
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    23 # Use is subject to license terms.
    23 # Use is subject to license terms.
    24 #
    24 #
    25 #ident	"@(#)Makefile.sfw	1.2	09/12/07 SMI"
    25 #ident	"@(#)Makefile.sfw	1.3	10/03/16 SMI"
    26 
    26 
    27 include ../Makefile.cmd
    27 include ../Makefile.cmd
    28 
    28 
    29 #
    29 #
    30 # Macros
    30 # Macros
    31 #
    31 #
    32 
    32 
    33 VER = 3.22
    33 VER = 3.22
    34 PROJECT = procmail
    34 PROJECT = procmail
    35 PROD = $(PROJECT)-$(VER)
    35 PROD = $(PROJECT)-$(VER)
    36 PKG = SUNW$(PROJECT)
    36 PKG = mail/procmail
    37 GZFILE = $(PROD).tar.gz
    37 GZFILE = $(PROD).tar.gz
    38 
    38 
    39 LDFLAGS += \
    39 LDFLAGS += \
    40     -L$(ROOT)/usr/lib \
    40     -L$(ROOT)/usr/lib \
    41     -M $(SRC)/cmd/mapfile_noexstk \
    41     -M $(SRC)/cmd/mapfile_noexstk \