xref: /illumos-gate/usr/src/lib/sasl_plugins/gssapi/Makefile (revision defc4c8acfa01dba1ef3c13ca0cafccfcede51c0)
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