opnsense-src/gnu/usr.bin/groff/font/Makefile.dev
Ruslan Ermilov d2893b161b Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by:	bde
2002-07-29 09:40:17 +00:00

11 lines
208 B
Makefile

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