Add the BSDCon Dev Summit page to the build.
This commit is contained in:
parent
4418b34dc8
commit
ff15dfc5ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12568
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.79 2002/03/04 06:59:21 murray Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.80 2002/03/16 08:40:25 murray Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -36,6 +36,7 @@ SUBDIR+= commercial
|
|||
SUBDIR+= docproj
|
||||
SUBDIR+= news
|
||||
|
||||
SUBDIR+= events
|
||||
SUBDIR+= internal
|
||||
SUBDIR+= java
|
||||
SUBDIR+= copyright
|
||||
|
|
12
en/events/Makefile
Normal file
12
en/events/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR= 2002
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
Loading…
Reference in a new issue