diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 14:29:10 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 14:29:10 +0000 |
| commit | 3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch) | |
| tree | ddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/limits | |
| parent | 30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/limits')
| -rw-r--r-- | usr.bin/limits/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile index 013317824db1..13ea5970cf2b 100644 --- a/usr.bin/limits/Makefile +++ b/usr.bin/limits/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= limits -DPADD= ${LIBUTIL} -LDADD= -lutil +LIBADD= util .include <bsd.prog.mk> |
