Remove duplicated include.
This commit is contained in:
parent
57c006b7b3
commit
a588086e63
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7368
1 changed files with 1 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
|||
# $FreeBSD: www/en/news/Makefile,v 1.17 2000/03/09 21:00:25 jim Exp $
|
||||
# $FreeBSD: www/en/news/Makefile,v 1.18 2000/03/21 18:44:11 nik Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
.if exists("../Makefile.conf")
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
# quick news letter
|
||||
DOCS= qnewsletter.sgml
|
||||
DOCS+= qnewsletter-1-1.sgml
|
||||
|
|
Loading…
Reference in a new issue