From 771eefe1dac24df7a608b473e77f121c06560e78 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 18 Feb 2002 09:45:11 +0000 Subject: [PATCH] no need to have tcpdump.8 in CLEANFILES --- usr.sbin/tcpdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index ab17c0596c0c..b07470d24295 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/02/18 09:37:11 itojun Exp $ +# $NetBSD: Makefile,v 1.27 2002/02/18 09:45:11 itojun Exp $ .include @@ -68,6 +68,6 @@ LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} .endif -CLEANFILES+= tcpdump.8 version.c +CLEANFILES+= version.c .include