summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/Makefile.dev
blob: dcff4f87d497d79af7aa9d7f8bff72e8cb11a776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.include "../Makefile.cfg"

FONTDIR?=	/usr/share/groff_font
DEVICEDIR?=	$(FONTDIR)/dev$(DEV)
FONTOWN?=	${BINOWN}
FONTGRP?=	${BINGRP}
FONTMODE?=	${NOBINMODE}

all:	$(DEVFILES)

beforeinstall: ${DEVFILES}
	${INSTALL} -c -o ${FONTOWN} -g ${FONTGRP} -m ${FONTMODE} \
		${.ALLSRC} ${DESTDIR}${DEVICEDIR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud