diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-03-27 15:02:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-03-27 15:02:59 +0000 |
| commit | 1f82591ebaef973cb9f25f5e2b5870bbc23c56c6 (patch) | |
| tree | 500a76eb3e1f21bdf14312e40b73495a5f940241 | |
| parent | 5ebae837e16c54ee535eb8a0015d03f6903cc8cc (diff) | |
Notes
| -rw-r--r-- | usr.bin/du/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index 8eb6e9666eda..863e3921f58a 100644 --- a/usr.bin/du/Makefile +++ b/usr.bin/du/Makefile @@ -3,7 +3,7 @@ PROG= du CFLAGS+= -Wall -DPADD+= ${LIBM} -LDADD+= ${LIBM} +DPADD= ${LIBM} +LDADD= -lm .include <bsd.prog.mk> |
