Oops, forgot to remove the `beforeinstall' block.

This commit is contained in:
Ruslan Ermilov 2001-12-17 16:04:40 +00:00
parent ccaec6d133
commit 2bdd8946cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88065

View File

@ -7,9 +7,4 @@ SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \
FILES= gprof.flat gprof.callg
FILESDIR= ${SHAREDIR}/misc
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>