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

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

Change 64482 by sam@sam_ebb on 2004/11/07 06:08:18

	add programs to futz with debug flags symbolically

Affected files ...

.. //depot/projects/wifi/tools/tools/ath/80211debug.c#1 add
.. //depot/projects/wifi/tools/tools/ath/Makefile#2 edit
.. //depot/projects/wifi/tools/tools/ath/athdebug.c#1 add

Differences ...

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

@@ -26,16 +26,20 @@
 #
 BINDIR=	/usr/local/bin
 
-ALL=	athstats 80211stats 80211watch
+ALL=	athstats 80211stats 80211watch athdebug 80211debug
 
 all:	${ALL}
 
 athstats: athstats.c
 	${CC} -o athstats athstats.c -lkvm
+athdebug: athdebug.c
+	${CC} -o athdebug athdebug.c
 80211stats: 80211stats.c
 	${CC} -o 80211stats 80211stats.c
 80211watch: 80211watch.c
 	${CC} -o 80211watch 80211watch.c
+80211debug: 80211debug.c
+	${CC} -o 80211debug 80211debug.c
 install: ${ALL}
 	install -g kmem -m 2755 athstats ${DESTDIR}${BINDIR}
 	install 80211stats ${DESTDIR}${BINDIR}



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