af4d8ead38
a number of (ex-)Athena programs. Breaking my own rules for importing somewhat, as this code does not appear to be actively maintained by anyone (not that it really needs it).
17 lines
316 B
Makefile
17 lines
316 B
Makefile
# $Id$
|
|
|
|
LIB= com_err
|
|
SRCS= com_err.c error_message.c et_name.c init_et.c
|
|
CFLAGS+= -I.
|
|
MAN3= com_err.3
|
|
|
|
SUBDIR= doc
|
|
|
|
beforeinstall:
|
|
-cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h || \
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
|
|
${DESTDIR}/usr/include
|
|
|
|
.include <bsd.lib.mk>
|
|
|