Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 22:20:11 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 231634 for review
Message-ID:  <201308012220.r71MKB5S081218@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@231634?ac=10

Change 231634 by brooks@brooks_zenith on 2013/08/01 22:19:35

	Fix a bunch of cases of using spaces instead of tabs.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/bin/pax/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/sbin/adjkerntz/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/sbin/growfs/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/sbin/iscontrol/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/sbin/rcorder/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.bin/cpuset/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.bin/pamtest/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.bin/rctl/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.bin/setchannel/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.bin/stdbuf/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.sbin/cdcontrol/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.sbin/crunch/crunchide/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.sbin/getfmac/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.sbin/getpmac/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.sbin/setfmac/Makefile#2 edit
.. //depot/projects/ctsrd/tesla/src/usr.sbin/setpmac/Makefile#2 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/bin/pax/Makefile#2 (text+ko) ====

@@ -25,7 +25,7 @@
 # 		regex routines and must define NET2_REGEX.
 # 		Pax may not compile if this not (un)defined properly.
 
-PROG=   pax
+PROG=	pax
 SRCS=	ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
 	gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
 	tables.c tar.c tty_subs.c

==== //depot/projects/ctsrd/tesla/src/sbin/adjkerntz/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/sbin/adjkerntz/Makefile 202532 2010-01-17 21:56:27Z ed $
 
-PROG=   adjkerntz
+PROG=	adjkerntz
 MAN=	adjkerntz.8
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/sbin/growfs/Makefile#2 (text+ko) ====

@@ -8,13 +8,13 @@
 
 .PATH:	${.CURDIR}/../mount
 
-PROG=   growfs
-SRCS=   growfs.c getmntopts.c
+PROG=	growfs
+SRCS=	growfs.c getmntopts.c
 MAN=	growfs.8
 CFLAGS+=-I${.CURDIR}/../mount
 
 .if defined(GFSDBG)
-SRCS+=  debug.c
+SRCS+=	debug.c
 .endif  
 
 DPADD=	${LIBUTIL}

==== //depot/projects/ctsrd/tesla/src/sbin/iscontrol/Makefile#2 (text+ko) ====

@@ -1,14 +1,14 @@
 # $FreeBSD: head/sbin/iscontrol/Makefile 234425 2012-04-18 16:47:57Z jpaetzel $
 
-SRCS= iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
-PROG= iscontrol
-DPADD= ${LIBCAM} ${LIBMD}
-LDADD= -lcam -lmd
-S= ${.CURDIR}/../../sys
+SRCS=	iscontrol.c pdu.c fsm.c config.c login.c auth_subr.c misc.c
+PROG=	iscontrol
+DPADD=	${LIBCAM} ${LIBMD}
+LDADD=	-lcam -lmd
+S=	${.CURDIR}/../../sys
 
 WARNS?=	3
 CFLAGS+=	-I$S
 
-MAN= iscsi.conf.5 iscontrol.8
+MAN=	iscsi.conf.5 iscontrol.8
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/sbin/rcorder/Makefile#2 (text+ko) ====

@@ -1,15 +1,15 @@
 #       $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
 # $FreeBSD: head/sbin/rcorder/Makefile 198236 2009-10-19 16:00:24Z ru $
 
-PROG=   rcorder
-SRCS=   ealloc.c hash.c rcorder.c
+PROG=	rcorder
+SRCS=	ealloc.c hash.c rcorder.c
 MAN=	rcorder.8
 
 LDADD=	-lutil
 DPADD=	${LIBUTIL}
 
 # XXX hack for make's hash.[ch]
-CFLAGS+= -DORDER -I.
+CFLAGS+=	-DORDER -I.
 
 SRCS+=	util.h
 CLEANFILES+=	util.h

==== //depot/projects/ctsrd/tesla/src/usr.bin/cpuset/Makefile#2 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD: head/usr.bin/cpuset/Makefile 201386 2010-01-02 10:27:05Z ed $
 
-PROG=   cpuset
+PROG=	cpuset
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/usr.bin/pamtest/Makefile#2 (text+ko) ====

@@ -3,9 +3,9 @@
 OPENPAM=	${.CURDIR}/../../contrib/openpam
 .PATH: ${OPENPAM}/include ${OPENPAM}/bin/pamtest
 
-PROG= pamtest
-SRCS= pamtest.c
-DPADD= ${LIBPAM}
-LDADD= ${MINUSLPAM}
+PROG=	pamtest
+SRCS=	pamtest.c
+DPADD=	${LIBPAM}
+LDADD=	${MINUSLPAM}
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/usr.bin/rctl/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.bin/rctl/Makefile 222772 2011-06-06 20:24:17Z ed $
 
-PROG=   rctl
+PROG=	rctl
 MAN=	rctl.8
 
 DPADD=	${LIBUTIL}

==== //depot/projects/ctsrd/tesla/src/usr.bin/setchannel/Makefile#2 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD: head/usr.bin/setchannel/Makefile 165023 2006-12-09 02:27:45Z grog $
 
-PROG=   setchannel
+PROG=	setchannel
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/usr.bin/stdbuf/Makefile#2 (text+ko) ====

@@ -1,6 +1,5 @@
 # $FreeBSD: head/usr.bin/stdbuf/Makefile 240372 2012-09-11 21:13:18Z delphij $
 
-PROG=   stdbuf
-SRCS=   stdbuf.c
+PROG=	stdbuf
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/usr.sbin/cdcontrol/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.sbin/cdcontrol/Makefile 201724 2010-01-07 09:40:34Z dwmalone $
 
-PROG= cdcontrol
+PROG=	cdcontrol
 
 DPADD=	${LIBEDIT} ${LIBTERMCAP}
 LDADD=	-ledit -ltermcap

==== //depot/projects/ctsrd/tesla/src/usr.sbin/crunch/crunchide/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.sbin/crunch/crunchide/Makefile 232911 2012-03-13 05:21:14Z jmallett $
 
-PROG=   crunchide
+PROG=	crunchide
 SRCS=	crunchide.c
 
 TARGET_ARCH?=	${MACHINE_ARCH}

==== //depot/projects/ctsrd/tesla/src/usr.sbin/getfmac/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.sbin/getfmac/Makefile 201390 2010-01-02 11:07:44Z ed $
 
-PROG=   getfmac
+PROG=	getfmac
 MAN=	getfmac.8
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/usr.sbin/getpmac/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.sbin/getpmac/Makefile 201390 2010-01-02 11:07:44Z ed $
 
-PROG=   getpmac
+PROG=	getpmac
 MAN=	getpmac.8
 
 .include <bsd.prog.mk>

==== //depot/projects/ctsrd/tesla/src/usr.sbin/setfmac/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.sbin/setfmac/Makefile 201390 2010-01-02 11:07:44Z ed $
 
-PROG=   setfmac
+PROG=	setfmac
 LINKS=	${BINDIR}/setfmac ${BINDIR}/setfsmac
 MAN=	setfmac.8 setfsmac.8
 

==== //depot/projects/ctsrd/tesla/src/usr.sbin/setpmac/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: head/usr.sbin/setpmac/Makefile 201390 2010-01-02 11:07:44Z ed $
 
-PROG=   setpmac
+PROG=	setpmac
 MAN=	setpmac.8
 
 .include <bsd.prog.mk>



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