summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1998-09-05 14:57:41 +0000
committerlukem <lukem@NetBSD.org>1998-09-05 14:57:41 +0000
commit72549586a8d396c560d837700e025b062def4e08 (patch)
tree83dc90b2953bee33a956d48684c01cdbb6904cb5 /gnu
parent8fb507a3b7819684a2c7d3ed2ed63ae097fe64d2 (diff)
distclean is a synonym for cleandir
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/devices/Makefile.dev4
-rw-r--r--gnu/usr.bin/groff/devices/devX100-12/Makefile4
-rw-r--r--gnu/usr.bin/groff/devices/devX100/Makefile4
-rw-r--r--gnu/usr.bin/groff/devices/devX75-12/Makefile4
-rw-r--r--gnu/usr.bin/groff/devices/devX75/Makefile4
-rw-r--r--gnu/usr.bin/groff/devices/devdvi/Makefile4
-rw-r--r--gnu/usr.bin/groff/devices/devlj4/Makefile4
-rw-r--r--gnu/usr.bin/groff/devices/devps/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/gnu/usr.bin/groff/devices/Makefile.dev b/gnu/usr.bin/groff/devices/Makefile.dev
index 1cf03a2fbec..de0c521ed5b 100644
--- a/gnu/usr.bin/groff/devices/Makefile.dev
+++ b/gnu/usr.bin/groff/devices/Makefile.dev
@@ -1,5 +1,5 @@
# from: @(#)Makefile.dev 6.2 (Berkeley) 3/16/91
-# $NetBSD: Makefile.dev,v 1.20 1998/02/09 04:22:14 lukem Exp $
+# $NetBSD: Makefile.dev,v 1.21 1998/09/05 14:57:41 lukem Exp $
# Client Makefiles define DEVICE and FONTFILES and provide rules for
# individual font files
@@ -20,7 +20,7 @@ FONTMODE?= ${FILESMODE}
all: $(FONTFILES)
.if !target(clean)
-clean cleandir:
+clean cleandir distclean:
-rm -f $(FONTFILES)
.else
COPY= -c
diff --git a/gnu/usr.bin/groff/devices/devX100-12/Makefile b/gnu/usr.bin/groff/devices/devX100-12/Makefile
index 48ef217df14..0d7a0d7eabe 100644
--- a/gnu/usr.bin/groff/devices/devX100-12/Makefile
+++ b/gnu/usr.bin/groff/devices/devX100-12/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 1997/10/18 05:58:32 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/05 14:57:41 lukem Exp $
DEVICE= X100-12
FONTFILES= CB CBI CI CR HB HBI HI HR NB NBI NI NR S TB TBI TI TR DESC
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"
diff --git a/gnu/usr.bin/groff/devices/devX100/Makefile b/gnu/usr.bin/groff/devices/devX100/Makefile
index 4bd6e69a140..057d6646c4b 100644
--- a/gnu/usr.bin/groff/devices/devX100/Makefile
+++ b/gnu/usr.bin/groff/devices/devX100/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 1997/10/18 05:58:26 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/05 14:57:41 lukem Exp $
DEVICE= X100
FONTFILES= CB CBI CI CR HB HBI HI HR NB NBI NI NR S TB TBI TI TR DESC
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"
diff --git a/gnu/usr.bin/groff/devices/devX75-12/Makefile b/gnu/usr.bin/groff/devices/devX75-12/Makefile
index 79195e40b95..0214f393530 100644
--- a/gnu/usr.bin/groff/devices/devX75-12/Makefile
+++ b/gnu/usr.bin/groff/devices/devX75-12/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 1997/10/18 05:58:35 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/05 14:57:42 lukem Exp $
DEVICE= X75-12
FONTFILES= CB CBI CI CR HB HBI HI HR NB NBI NI NR S TB TBI TI TR DESC
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"
diff --git a/gnu/usr.bin/groff/devices/devX75/Makefile b/gnu/usr.bin/groff/devices/devX75/Makefile
index b6ad78ca1a7..6aaabb45294 100644
--- a/gnu/usr.bin/groff/devices/devX75/Makefile
+++ b/gnu/usr.bin/groff/devices/devX75/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 1997/10/18 05:58:33 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1998/09/05 14:57:41 lukem Exp $
DEVICE= X75
FONTFILES= CB CBI CI CR HB HBI HI HR NB NBI NI NR S TB TBI TI TR DESC
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"
diff --git a/gnu/usr.bin/groff/devices/devdvi/Makefile b/gnu/usr.bin/groff/devices/devdvi/Makefile
index 6b781a06678..8fcb4ce7c7f 100644
--- a/gnu/usr.bin/groff/devices/devdvi/Makefile
+++ b/gnu/usr.bin/groff/devices/devdvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1997/10/18 05:58:38 lukem Exp $
+# $NetBSD: Makefile,v 1.6 1998/09/05 14:57:42 lukem Exp $
DEVICE= dvi
FONTFILES= R I B BI CW MI S EX H HI HB SA SB DESC $(DEVGENFILES)
@@ -9,6 +9,6 @@ DEVGENFILES= generate/CompileFonts generate/Makefile generate/msam.map\
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"
diff --git a/gnu/usr.bin/groff/devices/devlj4/Makefile b/gnu/usr.bin/groff/devices/devlj4/Makefile
index c22530c657d..ab39812548a 100644
--- a/gnu/usr.bin/groff/devices/devlj4/Makefile
+++ b/gnu/usr.bin/groff/devices/devlj4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1997/10/18 05:58:45 lukem Exp $
+# $NetBSD: Makefile,v 1.3 1998/09/05 14:57:42 lukem Exp $
DEVICE= lj4
FONTFILES= ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR LGB LGI LGR \
@@ -8,6 +8,6 @@ FONTFILES= ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR LGB LGI LGR \
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"
diff --git a/gnu/usr.bin/groff/devices/devps/Makefile b/gnu/usr.bin/groff/devices/devps/Makefile
index 6e210877739..6758351b4db 100644
--- a/gnu/usr.bin/groff/devices/devps/Makefile
+++ b/gnu/usr.bin/groff/devices/devps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1997/10/18 05:58:47 lukem Exp $
+# $NetBSD: Makefile,v 1.6 1998/09/05 14:57:42 lukem Exp $
DEVICE= ps
FONTFILES= $(FONTS) $(SUPPORT) $(DEVGENFILES) DESC
@@ -12,6 +12,6 @@ DEVGENFILES= generate/Makefile generate/afmname generate/dingbatsmap \
NOOBJ= noobj
-clean cleandir:
+clean cleandir distclean:
.include "../Makefile.dev"