Preparation for 5.2R.
(new) -> 1.1 releases/5.2R/Makefile
This commit is contained in:
parent
1da4f5c2dd
commit
94f55cd79d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18586
1 changed files with 15 additions and 0 deletions
15
ja/releases/5.2R/Makefile
Normal file
15
ja/releases/5.2R/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
# Original revision: 1.1
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
#DOCS= todo.sgml
|
||||
|
||||
#DATA= docbook.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
Loading…
Reference in a new issue