summaryrefslogtreecommitdiffstats
path: root/share/man/man0/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-11 21:33:54 +0000
committerwollman <wollman@FreeBSD.org>1995-01-11 21:33:54 +0000
commit004e76bbe7dbfa785cfb765833bd2c671137b78b (patch)
tree82d365b6678c098e089cef483c23f8fbb5354ada /share/man/man0/Makefile
parente3079461793ee0eecd239fd1b7e57b2e165f614c (diff)
downloadFreeBSD-src-004e76bbe7dbfa785cfb765833bd2c671137b78b.zip
FreeBSD-src-004e76bbe7dbfa785cfb765833bd2c671137b78b.tar.gz
Fix these up as much as I'm able; see the README file for more info.
Diffstat (limited to 'share/man/man0/Makefile')
-rw-r--r--share/man/man0/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man0/Makefile b/share/man/man0/Makefile
index f2a12b2..f612c8e 100644
--- a/share/man/man0/Makefile
+++ b/share/man/man0/Makefile
@@ -2,12 +2,13 @@
# Copyright (c) 1986, 1993 Regents of the University of California.
# All rights reserved.
#
-# @(#)Makefile 8.2 (Berkeley) 1/29/94
+# From: @(#)Makefile 8.2 (Berkeley) 1/29/94
+# $Id$
#
SRCS= man1 man2 man3 man4 man5 man6 man7 man8
MACROS= -ms
-PRINTER=Pps
+PRINTER=ps
TBL= tbl
TROFF= groff
@@ -65,5 +66,5 @@ man8pages: man8
for i in `cat man8`; do groff -man $$i >>man8pages; done;
clean:
- rm -f title.urm.[PT]* title.prm.[PT]* toc? tocx? ptxx \
+ rm -f title.urm.${PRINTER} title.prm.${PRINTER} toc? tocx? ptxx \
*.spell errs Errs make.out
OpenPOWER on IntegriCloud