Replace beforeinstall: with plain FILES.

This commit is contained in:
ru 2003-04-30 20:48:03 +00:00
parent fca08ac062
commit 4ea93261bb

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>