summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/genclass
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-04-25 05:13:41 +0000
committermycroft <mycroft@NetBSD.org>1993-04-25 05:13:41 +0000
commitdef5569d1c07b58df7876922a97a29a0b2dcfb2e (patch)
treedfca9f3d5cde40c6653f969730faddeb2170fbb0 /gnu/lib/libg++/genclass
parentfe6a529dc1a49bf4e9f79ec861f9333b82f6773e (diff)
`all' target should not depend on man pages; bsd.prog.mk takes care of that.
Diffstat (limited to 'gnu/lib/libg++/genclass')
-rw-r--r--gnu/lib/libg++/genclass/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/lib/libg++/genclass/Makefile b/gnu/lib/libg++/genclass/Makefile
index a7a4975025c..9a380b1a644 100644
--- a/gnu/lib/libg++/genclass/Makefile
+++ b/gnu/lib/libg++/genclass/Makefile
@@ -4,12 +4,9 @@ BINDIR= /usr/bin
MAN1= genclass.0
-all genclass: ${MAN1}
+all genclass:
-clean depend lint tags:
-
-cleandir:
- rm -f ${MAN1}
+clean cleandir depend lint tags:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \