summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-07-31 20:32:31 +0000
committerhoek <hoek@FreeBSD.org>1999-07-31 20:32:31 +0000
commit814ee99b5063cfddd39914f9dfc56cee92b34482 (patch)
tree9032bfb7741f90d8e6334286551ebccc3d032b21 /gnu
parentea145ecb4c0bfe14ba796ccb8b2c30cb923dd32e (diff)
downloadFreeBSD-src-814ee99b5063cfddd39914f9dfc56cee92b34482.zip
FreeBSD-src-814ee99b5063cfddd39914f9dfc56cee92b34482.tar.gz
Remove explicit testing of the NOFSCHG variable. Its functionality (in this
file) is now superceeded by INSTALLFLAGS_EDIT in bsd.{prog,kmod,lib}.mk.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile
index 13f2dcb..408df91 100644
--- a/gnu/usr.bin/man/man/Makefile
+++ b/gnu/usr.bin/man/man/Makefile
@@ -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}
OpenPOWER on IntegriCloud