usr/src/cmd/gnupg/Makefile.sfw
changeset 5 d07534556b03
parent 4 834920bc5f09
child 7 f96733ecc878
equal deleted inserted replaced
4:834920bc5f09 5:d07534556b03
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    21 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    22 # Use is subject to license terms.
    22 # Use is subject to license terms.
    23 #
    23 #
    24 #ident	"@(#)Makefile.sfw	1.1	09/11/23 SMI"
    24 #ident	"@(#)Makefile.sfw	1.3	09/12/21 SMI"
    25 #
    25 #
    26 
    26 
    27 include ../Makefile.cmd
    27 include ../Makefile.cmd
    28 
    28 
    29 VER = $(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    29 VER = $(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    41 
    41 
    42 LIBS=-lnsl -lsocket
    42 LIBS=-lnsl -lsocket
    43 
    43 
    44 CONFIGURE_OPTIONS=--with-libassuan-prefix="$(SRC)/lib/libassuan/dist/usr" \
    44 CONFIGURE_OPTIONS=--with-libassuan-prefix="$(SRC)/lib/libassuan/dist/usr" \
    45 	--with-pinentry-pgm=/usr/lib/pinentry \
    45 	--with-pinentry-pgm=/usr/lib/pinentry \
    46 	--prefix=/usr
    46 	--prefix=/usr \
       
    47 	--libexecdir=/usr/bin \
       
    48 	--datadir=/usr/share \
       
    49 	--sysconfdir=/etc
    47 
    50 
    48 all: $(VER)/config.status
    51 all: $(VER)/config.status
    49 	(cd $(VER); env - ROOT="$(ROOT)" $(CCSMAKE) MAKE=$(CCSMAKE))
    52 	(cd $(VER); env - ROOT="$(ROOT)" $(CCSMAKE) MAKE=$(CCSMAKE))
    50 
    53 
    51 install: all
    54 install: all