Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2012 21:14:22 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229519 - head/sys/modules/kgssapi_krb5
Message-ID:  <201201042114.q04LEMOt096522@svn.freebsd.org>

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



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