summaryrefslogtreecommitdiffstats
path: root/lib/libcom_err
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-01-12 05:03:29 +0000
committerpeter <peter@FreeBSD.org>1997-01-12 05:03:29 +0000
commit4b883944966c3797fc4419b070fe372efc96a2bc (patch)
tree5d96b1d2423b015278382f62f99c1fe50faa94e3 /lib/libcom_err
parentc929318a4fe0e52e420015a740832aeafeb3699c (diff)
downloadFreeBSD-src-4b883944966c3797fc4419b070fe372efc96a2bc.zip
FreeBSD-src-4b883944966c3797fc4419b070fe372efc96a2bc.tar.gz
Disconnect the doc subdir as well, bsd.info.mk freaks out if there
is no ${INFO} variable set.. :-(
Diffstat (limited to 'lib/libcom_err')
-rw-r--r--lib/libcom_err/Makefile4
-rw-r--r--lib/libcom_err/doc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index a09601c..2ebbbaf 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.3 1996/08/30 01:45:45 peter Exp $
+# $Id: Makefile,v 1.4 1996/09/04 22:22:46 bde Exp $
LIB= com_err
SRCS= com_err.c error_message.c et_name.c init_et.c
MAN3= com_err.3
-SUBDIR= doc
+#SUBDIR= doc
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/com_err.h \
diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile
index b2cf8f1..275db96 100644
--- a/lib/libcom_err/doc/Makefile
+++ b/lib/libcom_err/doc/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
+# $Id: Makefile,v 1.2 1997/01/11 05:43:40 jmacd Exp $
-#INFO= com_err
+INFO= com_err
.include <bsd.info.mk>
OpenPOWER on IntegriCloud