summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/font/Makefile.dev
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-08 01:09:04 +0000
committerpst <pst@FreeBSD.org>1996-09-08 01:09:04 +0000
commite9f0e5e59a798405229eaf26b720fdfb77fac2ca (patch)
tree97499d2c1c1b48ddf7336967c196c382831686cf /gnu/usr.bin/groff/font/Makefile.dev
parent8bd2657c7f4cb977f1e3bf9b7cf909439bad283d (diff)
downloadFreeBSD-src-e9f0e5e59a798405229eaf26b720fdfb77fac2ca.zip
FreeBSD-src-e9f0e5e59a798405229eaf26b720fdfb77fac2ca.tar.gz
Groff is dead...
Diffstat (limited to 'gnu/usr.bin/groff/font/Makefile.dev')
-rw-r--r--gnu/usr.bin/groff/font/Makefile.dev27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/usr.bin/groff/font/Makefile.dev b/gnu/usr.bin/groff/font/Makefile.dev
deleted file mode 100644
index 2aa71f8..0000000
--- a/gnu/usr.bin/groff/font/Makefile.dev
+++ /dev/null
@@ -1,27 +0,0 @@
-# @(#)Makefile.dev 6.2 (Berkeley) 3/16/91
-
-# Client Makefiles define DEVICE and FONTFILES and provide rules for
-# individual font files
-
-.include "../Makefile.cfg"
-
-FONTDIR?= /usr/share/groff_font
-DEVICEDIR?= $(FONTDIR)/dev$(DEVICE)
-FONTOWN?= bin
-FONTGRP?= bin
-FONTMODE?= 444
-
-all: $(FONTFILES)
-
-.for f in $(FONTFILES)
-.if exists($f)
-beforeinstall: $f
-.else
-beforeinstall: $(.CURDIR)/$f
-.endif
-.endfor
-beforeinstall:
- $(INSTALL) -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) \
- ${.ALLSRC} $(DESTDIR)$(DEVICEDIR)
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud