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