freebsd-dev/gnu/usr.bin/groff/font/Makefile.dev

12 lines
211 B
Makefile
Raw Normal View History

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