freebsd-dev/eBones/include/Makefile
Mark Murray 21ab456bea Push the old des library into the attic (finally!). Also update
headers to put des.h in <des.h> not <kerberosIV/des.h>.
1996-02-11 08:52:29 +00:00

18 lines
399 B
Makefile

# from: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id$
FILES= kparse.h krb.h krb_db.h
NOOBJ= noobj
NOMAN= noman
all include clean cleandir depend lint tags:
beforeinstall:
-cd ${.CURDIR}; for file in ${FILES}; do \
cmp -s $$file ${DESTDIR}/usr/include/kerberosIV/$$file || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$file \
${DESTDIR}/usr/include/kerberosIV; done
.include <bsd.prog.mk>