Replace beforeinstall: with plain FILES.

This commit is contained in:
Ruslan Ermilov 2003-04-30 20:48:03 +00:00
parent 7a4511d4cc
commit e3519f9e1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114327

View File

@ -1,11 +1,6 @@
# $FreeBSD$
DEVICEDIR?= ${fontdir}/dev${DEV}
all: ${DEVFILES}
beforeinstall: ${DEVFILES}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.ALLSRC} ${DESTDIR}${DEVICEDIR}
FILES= ${DEVFILES}
FILESDIR?= ${fontdir}/dev${DEV}
.include <bsd.prog.mk>