freebsd-dev/gnu/usr.bin/groff/font/Makefile.dev
2001-04-17 12:37:18 +00:00

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>