diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 21:18:18 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 21:18:18 +0000 |
| commit | ee5a34ecba51f02e3bf46b112e265abf976f39b6 (patch) | |
| tree | 569e9832fa3d4775e3b8244ea1f09d4307418368 /libexec/rlogind/Makefile | |
| parent | 8794b8a783923e2335c30f700e3a9db146c64ee6 (diff) | |
Notes
Diffstat (limited to 'libexec/rlogind/Makefile')
| -rw-r--r-- | libexec/rlogind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index de0fb20e2961..282ec6389611 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -5,8 +5,7 @@ PROG= rlogind MAN= rlogind.8 -DPADD= ${LIBUTIL} -LDADD= -lutil +LIBADD= util WARNS?= 2 .if ${MK_INET6_SUPPORT} != "no" |
