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

18 lines
336 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1996-09-08 01:27:58 +00:00
.include "../Makefile.cfg"
FONTDIR?= /usr/share/groff_font
DEVICEDIR?= $(FONTDIR)/dev$(DEV)
FONTOWN?= ${BINOWN}
FONTGRP?= ${BINGRP}
FONTMODE?= ${NOBINMODE}
1996-09-08 01:27:58 +00:00
all: $(DEVFILES)
beforeinstall: ${DEVFILES}
${INSTALL} -c -o ${FONTOWN} -g ${FONTGRP} -m ${FONTMODE} \
${.ALLSRC} ${DESTDIR}${DEVICEDIR}
1996-09-08 01:27:58 +00:00
.include <bsd.prog.mk>