diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
commit | 96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch) | |
tree | 17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/comsat | |
parent | 9d31fc7ba269aeec27e48eafb53d61731801c82b (diff) | |
download | FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz |
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index 0e11b5f..14e793d 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 PROG= comsat -MAN8= comsat.0 +MAN8= comsat.8 .include <bsd.prog.mk> |