mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Respect the NOFSCHG variable. Add an $Id$ while I'm here, for whatever
reason Makefiles need $Id$.
This commit is contained in:
parent
b613154006
commit
e20ff07727
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48573
@ -1,9 +1,14 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PROG= man
|
||||
SRCS= man.c manpath.c glob.c
|
||||
MAN1= man.1
|
||||
BINOWN= man
|
||||
BINMODE=4555
|
||||
.if !defined(NOFSCHG)
|
||||
INSTALLFLAGS+= -fschg
|
||||
.endif
|
||||
|
||||
CFLAGS+= -I${LIBDESTDIR}
|
||||
DPADD= ${LIBMAN}
|
||||
|
Loading…
Reference in New Issue
Block a user