Don't needlessly redefine the afterinstall target.

This commit is contained in:
Ruslan Ermilov 2002-04-22 10:46:12 +00:00
parent 5ffdf3618e
commit 5fd42ef525
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95256

View file

@ -2,12 +2,7 @@
SUBDIR= koi2alt koi2855
SAMPLES= bjc-240.sh.sample
afterinstall:
cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
${SAMPLES} ${DESTDIR}${BINDIR}
FILES= bjc-240.sh.sample
.include "Makefile.inc"
.include <bsd.prog.mk>