Home | History | Annotate | Line # | Download | only in vgrind
Makefile revision 1.1
      1 #	@(#)Makefile	5.8 (Berkeley) 6/5/90
      2 
      3 PROG=	vfontedpr
      4 SRCS=	regexp.c vfontedpr.c vgrindefs.c
      5 MAN1=	vgrind.0
      6 MAN5=	vgrindefs.0
      7 BINDIR=	/usr/libexec
      8 
      9 beforeinstall:
     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>
     18