svn commit: r229519 - head/sys/modules/kgssapi_krb5

John Baldwin jhb at FreeBSD.org
Wed Jan 4 21:14:23 UTC 2012


Author: jhb
Date: Wed Jan  4 21:14:22 2012
New Revision: 229519
URL: http://svn.freebsd.org/changeset/base/229519

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

Modified:
  head/sys/modules/kgssapi_krb5/Makefile

Modified: head/sys/modules/kgssapi_krb5/Makefile
==============================================================================
--- head/sys/modules/kgssapi_krb5/Makefile	Wed Jan  4 21:04:57 2012	(r229518)
+++ head/sys/modules/kgssapi_krb5/Makefile	Wed Jan  4 21:14:22 2012	(r229519)
@@ -13,6 +13,7 @@ SRCS=	krb5_mech.c \
 
 SRCS+=		kgss_if.h gssd.h
 MFILES=		kgssapi/kgss_if.m
+CLEANFILES=	gssd.h
 
 S=		${.CURDIR}/../..
 


More information about the svn-src-head mailing list