svn commit: r216677 - head/usr.sbin/rtadvd

Xin LI delphij at FreeBSD.org
Thu Dec 23 01:45:48 UTC 2010


Author: delphij
Date: Thu Dec 23 01:45:48 2010
New Revision: 216677
URL: http://svn.freebsd.org/changeset/base/216677

Log:
  style.Makefile says tab between var= and value.

Modified:
  head/usr.sbin/rtadvd/Makefile

Modified: head/usr.sbin/rtadvd/Makefile
==============================================================================
--- head/usr.sbin/rtadvd/Makefile	Thu Dec 23 00:38:57 2010	(r216676)
+++ head/usr.sbin/rtadvd/Makefile	Thu Dec 23 01:45:48 2010	(r216677)
@@ -18,8 +18,8 @@ PROG=	rtadvd
 MAN=	rtadvd.conf.5 rtadvd.8
 SRCS=	rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
 
-DPADD=  ${LIBUTIL}
-LDADD=  -lutil
+DPADD=	${LIBUTIL}
+LDADD=	-lutil
 
 CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO
 


More information about the svn-src-all mailing list