#	@(#)Makefile	5.1 (Berkeley) 6/25/90

FILES=	des.h kparse.h krb.h krb_err.h mit-copyright.h
NOOBJ=	noobj

include clean cleandir depend lint tags:

all: install

install:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${FILES} /usr/include

.include <bsd.prog.mk>


