freebsd-dev/usr.bin/global/gtags/Makefile

10 lines
199 B
Makefile
Raw Normal View History

# @(#)Makefile 1.0 (Berkeley) 4/21/96
MAN1= gtags.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/gtags.sh ${DESTDIR}/${BINDIR}/gtags
.include <bsd.prog.mk>