Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/net correct spelling of file to clean



details:   https://anonhg.NetBSD.org/src/rev/e316b3756b57
branches:  trunk
changeset: 781561:e316b3756b57
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sat Sep 15 16:22:58 2012 +0000

description:
correct spelling of file to clean

diffstat:

 tests/lib/libc/net/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 243139d29d71 -r e316b3756b57 tests/lib/libc/net/Makefile
--- a/tests/lib/libc/net/Makefile       Sat Sep 15 06:25:47 2012 +0000
+++ b/tests/lib/libc/net/Makefile       Sat Sep 15 16:22:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/11/01 22:36:53 pgoyette Exp $
+# $NetBSD: Makefile,v 1.7 2012/09/15 16:22:58 plunky Exp $
 
 .include <bsd.own.mk>
 
@@ -28,6 +28,6 @@
 
 LDADD.h_nsd_recurse+=  -lpthread
 
-CLEANFILES+=   aton_ether_subr_.c
+CLEANFILES+=   aton_ether_subr.c
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index