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