Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2004 06:11:35 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 64483 for review
Message-ID:  <200411070611.iA76BZJL060902@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64483

Change 64483 by sam@sam_ebb on 2004/11/07 06:11:04

	install debug tools

Affected files ...

.. //depot/projects/wifi/tools/tools/ath/Makefile#3 edit

Differences ...

==== //depot/projects/wifi/tools/tools/ath/Makefile#3 (text+ko) ====

@@ -44,6 +44,8 @@
 	install -g kmem -m 2755 athstats ${DESTDIR}${BINDIR}
 	install 80211stats ${DESTDIR}${BINDIR}
 	install 80211watch ${DESTDIR}${BINDIR}
+	install 80211debug ${DESTDIR}${BINDIR}
+	install athdebug ${DESTDIR}${BINDIR}
 
 clean:
 	rm -f ${ALL} core a.out



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411070611.iA76BZJL060902>