1#
2# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4
5include		../Makefile.subdirs
6
7all install: THIRDPARTYLICENSE
8
9THIRDPARTYLICENSE: gssapi.c
10	$(SED) -e '/GSSAPI SASL plugin/,/^$$/ p' -e 'd' gssapi.c > $@
11
12CLOBBERFILES += THIRDPARTYLICENSE
13
14include $(SRC)/lib/Makefile.targ
15