Fix my typo here from last commit.

(same bug on both US and internat version)

Submitted by: Juha Inkari <inkari@cc.hut.fi>
This commit is contained in:
Peter Wemm 1996-09-02 23:49:09 +00:00
parent 2ea2367052
commit 92ad3ce10a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18004

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.11 1996/07/30 21:16:12 markm Exp $
# $Id: Makefile,v 1.12 1996/08/30 04:06:58 peter Exp $
LIB= kadm
@ -7,10 +7,10 @@ SRCS= kadm_err.c kadm_stream.c kadm_supp.c kadm_cli_wrap.c
CFLAGS+= -I. -I${.CURDIR} -I${KRBOBJDIR} -DPOSIX -DKERBEROS
beforeinstall: kadm_err.c
.for i in kadm.h kadm_err.h
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/$i \
${DESTDIR}/usr/include/kerberosIV/$i
.endfor
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/kadm.h \
${DESTDIR}/usr/include/kerberosIV
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 kadm_err.h \
${DESTDIR}/usr/include/kerberosIV
.include <bsd.lib.mk>