correct spelling of file to clean

This commit is contained in:
plunky 2012-09-15 16:22:58 +00:00
parent 76a03311f2
commit baa3f70feb
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ PROGS+= h_servent
LDADD.h_nsd_recurse+= -lpthread
CLEANFILES+= aton_ether_subr_.c
CLEANFILES+= aton_ether_subr.c
.include <bsd.test.mk>