diff options
Diffstat (limited to 'kerberosIV/usr.bin/kauth/Makefile')
-rw-r--r-- | kerberosIV/usr.bin/kauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberosIV/usr.bin/kauth/Makefile b/kerberosIV/usr.bin/kauth/Makefile index 0fcb7f5..cd53d35 100644 --- a/kerberosIV/usr.bin/kauth/Makefile +++ b/kerberosIV/usr.bin/kauth/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= kauth -MAN1= ${KRB4DIR}/man/kauth.1 +MAN= ${KRB4DIR}/man/kauth.1 SRCS= kauth.c rkinit.c encdata.c marshall.c CFLAGS+= -I${KRB4DIR}/include \ -I${KRB4DIR}/lib/roken \ |