mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-24 01:57:06 +01:00
Do nothing for the etc-examples target when SHARED=symlinks, since we'll
end up trying to install into the source directory. Reported by: bde
This commit is contained in:
parent
a6451da76b
commit
6bef9f10bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48277
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.23 1997/02/22 13:55:43 peter Exp $
|
||||
# $Id: Makefile,v 1.24 1999/06/24 09:45:26 sheldonh Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/share/examples
|
||||
|
||||
@ -31,6 +31,8 @@ symlinks::
|
||||
.endfor
|
||||
|
||||
etc-examples:
|
||||
.if ${SHARED} != "symlinks"
|
||||
(cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user