blob: 81cb32b8d48e02af75ddf9279277b19faab0115d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.3 1998/08/07 11:18:27 agc Exp $
*** Makefile.in.orig Mon Aug 18 15:12:14 1997
--- Makefile.in Wed Dec 10 20:28:35 1997
***************
*** 67,72 ****
--- 67,73 ----
install: all
$(INSTALL_PROGRAM) xplot $(bindir)/xplot
+ $(BSD_INSTALL_SCRIPT) tcpdump2xplot.pl $(bindir)/tcpdump2xplot.pl
clean:
rm -f ${PROG} ${PROG}.old *.o version_string.c
|