Remove some unnecessary lines.

This commit is contained in:
wiz 2002-03-06 02:40:06 +00:00
parent 5f24b78e43
commit 872e77e22e
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 2001/01/09 08:52:58 enami Exp $
# $NetBSD: Makefile.inc,v 1.3 2002/03/06 02:40:06 wiz Exp $
.include <bsd.own.mk>
@ -15,15 +15,6 @@ COBJDIR!=cd $(.CURDIR)/../libcvs && ${PRINTOBJDIR}
LIBDIFF= ${DOBJDIR}/libdiff.a
LIBCVS= ${COBJDIR}/libcvs.a
# Directories to install into.
#PFIX_LIBEXECDIR=/usr/libexec/postfix
#PFIX_ETCDIR= /etc/postfix
#PFIX_EXAMPLEDIR=/usr/share/examples/postfix
#PFIX_SBINDIR= /usr/sbin
# postfix check wants a lot of files to be owned by root
#BINOWN= root
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2000/09/04 22:14:31 christos Exp $
# $NetBSD: Makefile,v 1.3 2002/03/06 02:40:06 wiz Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -7,5 +7,4 @@ DIST=${IDIST}/doc
TEXINFO = cvsclient.texi cvs.texinfo
INFOFLAGS = -I${DIST} -I${.CURDIR}
.include <bsd.info.mk>