Replace beforeinstall: with plain FILES.

This commit is contained in:
ru 2003-04-30 20:48:03 +00:00
parent 2f3d8ec29f
commit bc0c76dba1

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>