diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-01-21 17:33:31 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-01-21 17:33:31 +0000 |
| commit | 2971191a945ad6c271dbe6d865bd36b66a339be9 (patch) | |
| tree | 7ba775ad54cb78b8ab6bac077ac883e3cbef91f3 /libexec | |
| parent | 6a361cbec2cf3ebcbe8f31c8b78b13fe0665f558 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rlogind/Makefile | 1 | ||||
| -rw-r--r-- | libexec/rshd/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index 282ec63896111..1094a89a07e6b 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -5,6 +5,7 @@ PROG= rlogind MAN= rlogind.8 +PACKAGE=rcmds LIBADD= util WARNS?= 2 diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index c856995c5248e..4869d1eced453 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -4,6 +4,8 @@ PROG= rshd MAN= rshd.8 +PACKAGE=rcmds + WARNS?= 3 WFORMAT=0 |
