Do not override _ALLINSTALL variable.

This commit is contained in:
Wolfram Schneider 1998-07-23 10:59:00 +00:00
parent 92013d03ff
commit a2e812510f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3157
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.mk,v 1.13 1998-01-18 22:27:31 jfieber Exp $
# $Id: web.mk,v 1.14 1998-07-23 10:59:00 wosch Exp $
#
# Build and install a web site.
@ -127,7 +127,7 @@ beforeinstall:
afterinstall:
.endif
_ALLINSTALL= ${GENDOCS} ${DATA} ${LOCAL}
_ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL}
realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR
.if !empty(_ALLINSTALL)

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.mk,v 1.13 1998-01-18 22:27:31 jfieber Exp $
# $Id: web.mk,v 1.14 1998-07-23 10:59:00 wosch Exp $
#
# Build and install a web site.
@ -127,7 +127,7 @@ beforeinstall:
afterinstall:
.endif
_ALLINSTALL= ${GENDOCS} ${DATA} ${LOCAL}
_ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL}
realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR
.if !empty(_ALLINSTALL)

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $Id: web.site.mk,v 1.13 1998-01-18 22:27:31 jfieber Exp $
# $Id: web.site.mk,v 1.14 1998-07-23 10:59:00 wosch Exp $
#
# Build and install a web site.
@ -127,7 +127,7 @@ beforeinstall:
afterinstall:
.endif
_ALLINSTALL= ${GENDOCS} ${DATA} ${LOCAL}
_ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL}
realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR
.if !empty(_ALLINSTALL)