aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ranlib/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
commit9f23196c427eddb59bd454053a732e7cfebcb459 (patch)
treecbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/ranlib/Makefile
parent5c64522858e96e82287b3b310862033f51fcc8f5 (diff)
downloadsrc-9f23196c427eddb59bd454053a732e7cfebcb459.tar.gz
src-9f23196c427eddb59bd454053a732e7cfebcb459.zip
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
Notes
Notes: svn path=/head/; revision=1637
Diffstat (limited to 'usr.bin/ranlib/Makefile')
-rw-r--r--usr.bin/ranlib/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile
index 4acf99e1148a..e7cdf1d376a9 100644
--- a/usr.bin/ranlib/Makefile
+++ b/usr.bin/ranlib/Makefile
@@ -5,12 +5,14 @@ SRCS= archive.c build.c misc.c ranlib.c touch.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ar
MAN1= ranlib.0
VPATH= ${.CURDIR}/../ar
-CLEANFILES=ranlib.5.0
-ranlib.0: ranlib.5.0
+# XXX BROKEN: manual pages
+# XXX CLEANFILES=ranlib.5.0
-afterinstall:
- install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ranlib.5.0 \
- ${DESTDIR}${MANDIR}5/ranlib.0
+# XXX ranlib.0: ranlib.5.0
+
+# XXX afterinstall:
+# XXX install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ranlib.5.0 \
+# XXX ${DESTDIR}${MANDIR}5/ranlib.0
.include <bsd.prog.mk>