Author: jhb
Date: Fri Jan 13 20:22:57 2012
New Revision: 230081
URL: http://svn.freebsd.org/changeset/base/230081
Log:
MFC 229519:
Fix 'make clean' for this module so it cleans up the generated gssd.h.
Modified:
stable/9/sys/modules/kgssapi_krb5/Makefile
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/modules/kgssapi_krb5/Makefile
==============================================================================
--- stable/9/sys/modules/kgssapi_krb5/Makefile Fri Jan 13 20:15:49 2012
(r230080)
+++ stable/9/sys/modules/kgssapi_krb5/Makefile Fri Jan 13 20:22:57 2012
(r230081)
@@ -13,6 +13,7 @@ SRCS= krb5_mech.c \
SRCS+= kgss_if.h gssd.h
MFILES= kgssapi/kgss_if.m
+CLEANFILES= gssd.h
S= ${.CURDIR}/../..
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"