12 lines
211 B
Makefile
12 lines
211 B
Makefile
# $FreeBSD$
|
|
|
|
DEVICEDIR?= ${fontdir}/dev${DEV}
|
|
|
|
all: ${DEVFILES}
|
|
|
|
beforeinstall: ${DEVFILES}
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
|
${.ALLSRC} ${DESTDIR}${DEVICEDIR}
|
|
|
|
.include <bsd.prog.mk>
|