Date: Sat, 29 Nov 2008 18:56:28 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153785 for review Message-ID: <200811291856.mATIuS1S083414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153785 Change 153785 by sam@sam_ebb on 2008/11/29 18:55:42 consolidate common defs in toplevel Makefile.inc Affected files ... .. //depot/projects/vap/tools/tools/ath/Makefile.inc#1 add .. //depot/projects/vap/tools/tools/ath/athdebug/Makefile#3 edit .. //depot/projects/vap/tools/tools/ath/athstats/Makefile#7 edit Differences ... ==== //depot/projects/vap/tools/tools/ath/athdebug/Makefile#3 (text+ko) ==== @@ -1,7 +1,7 @@ # $FreeBSD: src/tools/tools/ath/athdebug/Makefile,v 1.2 2006/03/15 10:46:36 ru Exp $ PROG= athdebug -BINDIR= /usr/local/bin -NO_MAN= + +.include <../Makefile.inc> .include <bsd.prog.mk> ==== //depot/projects/vap/tools/tools/ath/athstats/Makefile#7 (text+ko) ==== @@ -1,8 +1,6 @@ # $FreeBSD: src/tools/tools/ath/athstats/Makefile,v 1.6 2008/10/27 18:50:46 sam Exp $ PROG= athstats -BINDIR= /usr/local/bin -NO_MAN= SRCS= main.c statfoo.c athstats.c @@ -16,8 +14,8 @@ CFLAGS+=-I${.CURDIR} CFLAGS+=-I${SRCDIR}/sys/net80211 -CFLAGS+=-I${SRCDIR}/sys/dev/ath -CFLAGS+=-I${SRCDIR}/sys/dev/ath/ath_hal + +.include <../Makefile.inc> athstats.o: opt_ah.h ah_osdep.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811291856.mATIuS1S083414>