PERFORCE change 153785 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 29 10:56:29 PST 2008


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

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


More information about the p4-projects mailing list