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/rbootd | |
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/rbootd')
-rw-r--r-- | libexec/rbootd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 9faa2bc..cd0c52e 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -2,7 +2,7 @@ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c -MAN8= rbootd.0 +MAN8= rbootd.8 # XXX BROKEN: afterinstall: XXXafterinstall: |