680b396b51
"." 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}'.
15 lines
288 B
Makefile
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>
|
|
|