Respect the NOFSCHG variable. Add an $Id$ while I'm here, for whatever

reason Makefiles need $Id$.
This commit is contained in:
Tim Vanderhoek 1999-07-05 02:46:20 +00:00
parent b613154006
commit e20ff07727
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48573

View File

@ -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}