Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2012 20:23:18 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230082 - stable/8/sys/modules/kgssapi_krb5
Message-ID:  <201201132023.q0DKNIId078879@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}/../..
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201132023.q0DKNIId078879>