components/sendmail/files/aux/Makefile
changeset 3651 1ca146aae014
parent 3649 4006eaaa7d29
child 5682 94c0ca64c022
equal deleted inserted replaced
3650:9542243c8771 3651:1ca146aae014
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../../make-rules/shared-macros.mk
    24 include ../../../../make-rules/shared-macros.mk
    25 
    25 
    26 PROG=		mailq
    26 PROG=		mailq
    30 
    30 
    31 PROTOUSRBINDIR=	../../build/prototype/$(MACH)/usr/bin
    31 PROTOUSRBINDIR=	../../build/prototype/$(MACH)/usr/bin
    32 INSTALLPROG=	$(PROG:%=$(PROTOUSRBINDIR)/%)
    32 INSTALLPROG=	$(PROG:%=$(PROTOUSRBINDIR)/%)
    33 
    33 
    34 %:		%.c
    34 %:		%.c
    35 		$(CC) -o $@ $(ASLR_ENABLE) $<
    35 		$(CC) $(CFLAGS) -o $@ $(ASLR_ENABLE) $<
    36 
    36 
    37 install:	$(INSTALLPROG) build
    37 install:	$(INSTALLPROG) build
    38 
    38 
    39 $(INSTALLPROG):	$(PROG)
    39 $(INSTALLPROG):	$(PROG)
    40 
    40