xref: /csrg-svn/usr.bin/vgrind/Makefile (revision 63084)
1*63084Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/09/93
28663Smckusick
342887SbosticPROG=	vfontedpr
456145SelanSRCS=	regexp.c vfontedpr.c
542887SbosticMAN1=	vgrind.0
642887SbosticMAN5=	vgrindefs.0
742887SbosticBINDIR=	/usr/libexec
863083SbosticCLEANFILES+=vgrindefs.src.db
98663Smckusick
1042887Sbosticbeforeinstall:
1163083Sbostic	cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src
1242887Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1342887Sbostic	    ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
1442887Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \
1537561Sbostic	    ${DESTDIR}/usr/share/misc/vgrindefs
1656218Selan	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
1763083Sbostic	    vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db
1842887Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \
1942887Sbostic	    ${DESTDIR}/usr/share/tmac
2032732Sbostic
2142887Sbostic.include <bsd.prog.mk>
22