Makefile revision 5084e753b79a753c8b532c06eb3ad1d025e8e472
#
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
#
include ../Makefile.subdirs
all install: THIRDPARTYLICENSE
THIRDPARTYLICENSE: gssapi.c
$(SED) -e '/GSSAPI SASL plugin/,/^$$/ p' -e 'd' gssapi.c > $@
CLOBBERFILES += THIRDPARTYLICENSE
include $(SRC)/lib/Makefile.targ