Fix install target executed from ordinal user.

Fix by:		nik
This commit is contained in:
Alexey Zelkin 2001-04-27 12:26:17 +00:00
parent c0d3a4719b
commit 9e378c66d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9324

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: www/en/doc/Makefile,v 1.3 2001/04/23 07:26:29 nik Exp $i
# $FreeBSD: www/en/doc/Makefile,v 1.4 2001/04/25 18:43:49 wosch Exp $i
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
@ -21,3 +21,5 @@ install clean:
obj:
cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} ${.TARGET}
.include "${.CURDIR}/../../share/mk/web.site.mk"