Disconnect the doc subdir as well, bsd.info.mk freaks out if there

is no ${INFO} variable set.. :-(
This commit is contained in:
Peter Wemm 1997-01-12 05:03:29 +00:00
parent b80cceb72f
commit e227653767
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21585
2 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -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>