diff options
author | peter <peter@FreeBSD.org> | 1996-12-31 12:38:57 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-31 12:38:57 +0000 |
commit | 8b1eea49bc58a825a3d4422aa4496d925b2a9942 (patch) | |
tree | 91f67b6511aa09a0513c71f9bbea390fc8da30ba /usr.sbin/sendmail/src | |
parent | 09b054d8757b95c256864954f6727ca9e14689df (diff) | |
download | FreeBSD-src-8b1eea49bc58a825a3d4422aa4496d925b2a9942.zip FreeBSD-src-8b1eea49bc58a825a3d4422aa4496d925b2a9942.tar.gz |
Add two missing links (hoststat/purgestat)
Diffstat (limited to 'usr.sbin/sendmail/src')
-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 c85896b..f8d8370 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 |