diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-12-31 12:38:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-12-31 12:38:57 +0000 |
| commit | fc7f1f8f58cf92521439ab080aef009c7af90ad9 (patch) | |
| tree | 91f67b6511aa09a0513c71f9bbea390fc8da30ba /usr.sbin/sendmail | |
| parent | a856779ff8155874acd58c1d4b0cede4efbbbbd2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail')
| -rw-r--r-- | usr.sbin/sendmail/src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile index c85896b1d37b..f8d8370a974f 100644 --- a/usr.sbin/sendmail/src/Makefile +++ b/usr.sbin/sendmail/src/Makefile @@ -34,7 +34,9 @@ MAN1= mailq.1 newaliases.1 MAN5= aliases.5 MAN8= sendmail.8 LINKS= /usr/sbin/sendmail /usr/bin/newaliases \ - /usr/sbin/sendmail /usr/bin/mailq + /usr/sbin/sendmail /usr/bin/mailq \ + /usr/sbin/sendmail /usr/bin/hoststat \ + /usr/sbin/sendmail /usr/sbin/purgestat BINDIR= /usr/sbin BINOWN= root BINMODE=4555 |
