diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-02-05 03:20:27 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-05 03:20:27 +0000 |
| commit | 41a737904fb2cd0700caa74060aaf8eac9421d22 (patch) | |
| tree | f9c83ab0a28ed87a2ba079910700c7cd88d51b51 /libexec | |
| parent | cf5c857a8dbfd77e6a76aeead82437679fec58e0 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -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 39952fc430ea8..b11e2e92dcbfb 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 1094a89a07e6b..b9327024b792e 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 4869d1eced453..498b6995810bf 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 |
