summaryrefslogtreecommitdiffstats
path: root/usr.bin/du
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-27 20:55:09 +0000
committermharo <mharo@FreeBSD.org>2000-01-27 20:55:09 +0000
commitff0f07b53e923a318b213c4d31475b839e375cf7 (patch)
tree28d8c8413cf1d50f9bc248c608c8d523e7d18c0c /usr.bin/du
parentf6513ec593c8a531289a4702d11e4058dd0aadcc (diff)
downloadFreeBSD-src-ff0f07b53e923a318b213c4d31475b839e375cf7.zip
FreeBSD-src-ff0f07b53e923a318b213c4d31475b839e375cf7.tar.gz
cleanup using suggestions from bde
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 c98e8bb..8eb6e96 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>
OpenPOWER on IntegriCloud