summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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