summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/Makefile.dev
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.dev')
-rw-r--r--gnu/usr.bin/groff/Makefile.dev8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/Makefile.dev b/gnu/usr.bin/groff/Makefile.dev
index e2ef1c5..2dcbf5a 100644
--- a/gnu/usr.bin/groff/Makefile.dev
+++ b/gnu/usr.bin/groff/Makefile.dev
@@ -2,15 +2,15 @@
# Client Makefiles define DEV and DEVFILES and provide rules for
# individual font files
#
-# $Id$
+# $Id: Makefile.dev,v 2.4 1997/02/22 15:45:42 peter Exp $
.include "../Makefile.cfg"
FONTDIR?= /usr/share/groff_font
DEVICEDIR?= $(FONTDIR)/dev$(DEV)
-FONTOWN?= bin
-FONTGRP?= bin
-FONTMODE?= 444
+FONTOWN?= ${BINOWN}
+FONTGRP?= ${BINGRP}
+FONTMODE?= ${NOBINMODE}
all: $(DEVFILES)
OpenPOWER on IntegriCloud