diff options
-rw-r--r-- | libexec/atrun/Makefile | 1 | ||||
-rw-r--r-- | libexec/rlogind/Makefile | 1 | ||||
-rw-r--r-- | libexec/rshd/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 39952fc..b11e2e9 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=at MAINSRC=${.CURDIR}/../../usr.bin/at .include "${MAINSRC}/Makefile.inc" diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index 1094a89..b932702 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -3,6 +3,7 @@ .include <src.opts.mk> +PACKAGE=rcmds PROG= rlogind MAN= rlogind.8 PACKAGE=rcmds diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 4869d1e..498b699 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,6 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ +PACKAGE=rcmds PROG= rshd MAN= rshd.8 |