Enable security subdir.

This commit is contained in:
Wolfram Schneider 1998-06-19 09:53:41 +00:00
parent 80d71116c1
commit a0bfded5a8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2971
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.31 1998-06-05 10:07:16 wosch Exp $ # $Id: Makefile,v 1.32 1998-06-19 09:53:41 wosch Exp $
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -63,7 +63,7 @@ pgallery.inc: gallery.db gengallery.pl
# Subdirectories # Subdirectories
SUBDIR= cgi commercial docproj gifs ports releases tutorials SUBDIR= security cgi commercial docproj gifs ports releases tutorials
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
SUBDIR+= ja_JP.EUC SUBDIR+= ja_JP.EUC
.endif .endif

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.31 1998-06-05 10:07:16 wosch Exp $ # $Id: Makefile,v 1.32 1998-06-19 09:53:41 wosch Exp $
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -63,7 +63,7 @@ pgallery.inc: gallery.db gengallery.pl
# Subdirectories # Subdirectories
SUBDIR= cgi commercial docproj gifs ports releases tutorials SUBDIR= security cgi commercial docproj gifs ports releases tutorials
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
SUBDIR+= ja_JP.EUC SUBDIR+= ja_JP.EUC
.endif .endif