diff options
author | gjb <gjb@FreeBSD.org> | 2016-01-21 17:33:31 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-01-21 17:33:31 +0000 |
commit | 11e00eb04cc183fd3d4e01aa8b732aad63a183be (patch) | |
tree | 7ba775ad54cb78b8ab6bac077ac883e3cbef91f3 /libexec/rshd/Makefile | |
parent | 9b15cd4295447c4ff6ac0b619d2133422eb2c84c (diff) | |
download | FreeBSD-src-11e00eb04cc183fd3d4e01aa8b732aad63a183be.zip FreeBSD-src-11e00eb04cc183fd3d4e01aa8b732aad63a183be.tar.gz |
Create a rcmds package.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r-- | libexec/rshd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index c856995..4869d1e 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -4,6 +4,8 @@ PROG= rshd MAN= rshd.8 +PACKAGE=rcmds + WARNS?= 3 WFORMAT=0 |