home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-06-25 | 311 b | 14 lines |
- # @(#)Makefile 5.1 (Berkeley) 6/25/90
-
- FILES= des.h kadm.h kadm_err.h kparse.h krb.h krb_db.h krb_err.h \
- mit-copyright.h
- NOOBJ= noobj
-
- all include clean cleandir depend lint tags:
-
- install:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${FILES} ${DESTDIR}/usr/include/kerberosIV
-
- .include <bsd.prog.mk>
-