opnsense-src/gnu/usr.bin/groff/font/Makefile.dev

12 lines
208 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1996-09-07 21:27:58 -04:00
2001-04-17 08:37:18 -04:00
DEVICEDIR?= ${fontdir}/dev${DEV}
1996-09-07 21:27:58 -04:00
2001-04-17 08:37:18 -04:00
all: ${DEVFILES}
1996-09-07 21:27:58 -04:00
beforeinstall: ${DEVFILES}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.ALLSRC} ${DESTDIR}${DEVICEDIR}
1996-09-07 21:27:58 -04:00
.include <bsd.prog.mk>