Module Name: src
Committed By: tron
Date: Sun Oct 18 17:43:11 UTC 2009
Modified Files:
src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile
Log Message:
Remove generated file "mdnsd.8" in "cleandir" target.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
diff -u src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.4 src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.5
--- src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile:1.4 Sat Oct 3 00:03:05 2009
+++ src/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile Sun Oct 18 17:43:11 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/10/03 00:03:05 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/18 17:43:11 tron Exp $
PROG= mdnsd
@@ -18,5 +18,7 @@
mdnsd.8: mDNSResponder.8
${TOOL_CAT} < $? > $@
-
+
+CLEANFILES+= mdnsd.8
+
.include <bsd.prog.mk>