xref: /titanic_41/usr/src/lib/sasl_plugins/gssapi/Makefile (revision 56b2bdd1f04d465cfe4a95b88ae5cba5884154e4)
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