[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / lib / libcom_err

File: [local] / src / lib / libcom_err / Attic / Makefile (download)

Revision 1.4, Sat Feb 19 12:10:27 2000 UTC (24 years, 3 months ago) by hin
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.3: +2 -2 lines

Update to a newer version from KTH-Kerberos.
(most work by art@)

#	$OpenBSD: Makefile,v 1.4 2000/02/19 12:10:27 hin Exp $

LIB=	com_err
SRCS=	com_err.c error.c
CFLAGS+=-I${.CURDIR}
MAN=	com_err.3

includes:
	-cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h > \
	    /dev/null 2>&1 || \
	    ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
	    ${DESTDIR}/usr/include/com_err.h

.include <bsd.lib.mk>