PERFORCE change 64482 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 6 22:08:32 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64482

Change 64482 by sam at 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}


More information about the p4-projects mailing list