freebsd-dev/lib/libcom_err/Makefile
bde 3c2ee02d21 Removed unused `-I.'s from CFLAGS.
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory.  It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
1996-09-04 22:25:35 +00:00

15 lines
288 B
Makefile

# $Id: Makefile,v 1.3 1996/08/30 01:45:45 peter Exp $
LIB= com_err
SRCS= com_err.c error_message.c et_name.c init_et.c
MAN3= com_err.3
SUBDIR= doc
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/com_err.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>