From 0b8115bc8201811304d67582a3e9233720e169e5 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 30 May 1994 14:17:23 +0000 Subject: Cleanup so that make install can run, many install: maninstall changed to just install:, sperious targets and CLEANFILES removed. --- usr.bin/ranlib/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'usr.bin/ranlib') diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 4acf99e..e7cdf1d 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 -- cgit v1.1