Remove explicit testing of the NOFSCHG variable. Its functionality (in this

file) is now superceeded by INSTALLFLAGS_EDIT in bsd.{prog,kmod,lib}.mk.
This commit is contained in:
Tim Vanderhoek 1999-07-31 20:32:31 +00:00
parent e902c1bb07
commit de50b4a3b8

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.25 1999/07/05 02:46:20 hoek Exp $
#
PROG= man
@ -6,9 +6,7 @@ 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}