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

MFC after:	1 week
This commit is contained in:
John Baldwin 2012-01-04 21:14:22 +00:00
parent f3f28e69a7
commit 5d0dc219a0

View File

@ -13,6 +13,7 @@ SRCS= krb5_mech.c \
SRCS+= kgss_if.h gssd.h
MFILES= kgssapi/kgss_if.m
CLEANFILES= gssd.h
S= ${.CURDIR}/../..