mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Add protected and empty maninstall: targets.
Submitted by: Philippe Charnier <charnier@lirmm.fr>
This commit is contained in:
parent
14c5b2ae27
commit
812a118139
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6985
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
|
||||
# $Id: bsd.doc.mk,v 1.17 1995/01/17 22:04:38 ache Exp $
|
||||
# $Id: bsd.doc.mk,v 1.18 1995/02/25 20:51:09 phk Exp $
|
||||
|
||||
PRINTER?= ps
|
||||
|
||||
@ -129,3 +129,7 @@ depend:
|
||||
|
||||
.endif
|
||||
|
||||
.if !target(maninstall)
|
||||
maninstall:
|
||||
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.info.mk,v 1.11 1995/02/11 05:28:31 phk Exp $
|
||||
# $Id: bsd.info.mk,v 1.12 1995/02/25 20:51:11 phk Exp $
|
||||
|
||||
BINMODE= 444
|
||||
BINDIR?= /usr/share/info
|
||||
@ -70,3 +70,7 @@ install:
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${INFO:S/$/.info*/g} ${DESTDIR}${BINDIR}
|
||||
|
||||
.if !target(maninstall)
|
||||
maninstall:
|
||||
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user