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}/../..
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"