aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-27 20:55:09 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-27 20:55:09 +0000
commitd3e00c127be160bbb6e70da66aada8b03245eb0d (patch)
treee60303eee0efa5ffc180b50a2ca4fdcaebcc89d3 /usr.bin/du
parent4c42afcc15dc1b50bf3a3af1a5527a70d0e1c293 (diff)
downloadsrc-d3e00c127be160bbb6e70da66aada8b03245eb0d.tar.gz
src-d3e00c127be160bbb6e70da66aada8b03245eb0d.zip
cleanup using suggestions from bde
Notes
Notes: svn path=/head/; revision=56690
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index c98e8bbb04fb..8eb6e9666eda 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD$
PROG= du
-CFLAGS+=-Wall
-LDADD+= ${LIBM}
-DPADD+= ${LIBM}
+CFLAGS+= -Wall
+DPADD+= ${LIBM}
+LDADD+= ${LIBM}
.include <bsd.prog.mk>