NetBSD/usr.bin/mkdep/Makefile

11 lines
255 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1994/12/23 07:34:55 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
1994-12-22 15:29:38 +03:00
MAN= mkdep.1
1993-03-21 12:45:37 +03:00
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
.include <bsd.prog.mk>