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