Author: jhb
Date: Fri Jan 13 20:23:18 2012
New Revision: 230082
URL: http://svn.freebsd.org/changeset/base/230082

Log:
  MFC 229519:
  Fix 'make clean' for this module so it cleans up the generated gssd.h.

Modified:
  stable/8/sys/modules/kgssapi_krb5/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/modules/kgssapi_krb5/Makefile
==============================================================================
--- stable/8/sys/modules/kgssapi_krb5/Makefile  Fri Jan 13 20:22:57 2012        
(r230081)
+++ stable/8/sys/modules/kgssapi_krb5/Makefile  Fri Jan 13 20:23:18 2012        
(r230082)
@@ -13,6 +13,7 @@ SRCS= krb5_mech.c \
 
 SRCS+=         kgss_if.h gssd.h
 MFILES=                kgssapi/kgss_if.m
+CLEANFILES=    gssd.h
 
 S=             ${.CURDIR}/../..
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to