This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / vgrind / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.8 (Berkeley) 6/5/90
2
3PROG= vfontedpr
4SRCS= regexp.c vfontedpr.c vgrindefs.c
78ed81a3 5MAN1= vgrind.1
6MAN5= vgrindefs.5
15637ed4
RG
7BINDIR= /usr/libexec
8
9beforeinstall:
10 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11 ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
12 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \
13 ${DESTDIR}/usr/share/misc/vgrindefs
14 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \
15 ${DESTDIR}/usr/share/tmac
16
17.include <bsd.prog.mk>