NetBSD/usr.bin/mkdep/Makefile

17 lines
432 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.4 (Berkeley) 2/19/91
1994-02-21 21:18:35 +03:00
# $Id: Makefile,v 1.4 1994/02/21 18:18:35 mycroft Exp $
1993-03-21 12:45:37 +03:00
MAN1= mkdep.0
1994-02-21 21:18:35 +03:00
#.if (${MACHINE} != "somebody")
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
1994-02-21 21:18:35 +03:00
#.else
#beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
# ${.CURDIR}/mkdep.sh ${DESTDIR}/usr/bin/mkdep
#.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>