summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-01-15 08:10:00 +0000
committerpst <pst@FreeBSD.org>1995-01-15 08:10:00 +0000
commit6eb7dd5407574ddbdd2627efa93b1d294f0d96e6 (patch)
tree321f6a63c2141245ae70d5b4913b67f0c5c0b055 /gnu/usr.bin/groff
downloadFreeBSD-src-6eb7dd5407574ddbdd2627efa93b1d294f0d96e6.zip
FreeBSD-src-6eb7dd5407574ddbdd2627efa93b1d294f0d96e6.tar.gz
groff-1.09
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r--gnu/usr.bin/groff/Makefile25
-rw-r--r--gnu/usr.bin/groff/Makefile.dev4
2 files changed, 29 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile
new file mode 100644
index 0000000..8d93c93
--- /dev/null
+++ b/gnu/usr.bin/groff/Makefile
@@ -0,0 +1,25 @@
+# Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+# Written by James Clark (jjc@jclark.com)
+#
+# This file is part of groff.
+#
+# groff is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any later
+# version.
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with groff; see the file COPYING. If not, write to the Free Software
+# Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+SHELL=/bin/sh
+
+.PHONY: all
+all:
+ $(SHELL) configure
+ $(MAKE) all
diff --git a/gnu/usr.bin/groff/Makefile.dev b/gnu/usr.bin/groff/Makefile.dev
new file mode 100644
index 0000000..ae9a672
--- /dev/null
+++ b/gnu/usr.bin/groff/Makefile.dev
@@ -0,0 +1,4 @@
+all: $(DEVFILES)
+install_data: install_dev
+uninstall_sub: uninstall_dev
+install_dev: $(DEVFILES)
OpenPOWER on IntegriCloud