Print this page
1681 support for BUILD64=# no longer works
*** 19,33 ****
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.lib
! SUBDIRS = $(MACH) $(BUILD64) $(MACH64)
INSTALLED_HDRS = \
com_err.h krb5.h
COMERRH = $(SRC)/lib/gss_mechs/mech_krb5/include/com_err.h
KRB5H = $(SRC)/uts/common/gssapi/mechs/krb5/include/krb5.h
--- 19,35 ----
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright 2014 Andrew Stormont.
#
include ../Makefile.lib
! SUBDIRS = $(MACH)
! $(BUILD64)SUBDIRS += $(MACH64)
INSTALLED_HDRS = \
com_err.h krb5.h
COMERRH = $(SRC)/lib/gss_mechs/mech_krb5/include/com_err.h
KRB5H = $(SRC)/uts/common/gssapi/mechs/krb5/include/krb5.h