NetBSD/usr.bin/mkdep/Makefile

17 lines
427 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.4 (Berkeley) 2/19/91
1994-12-22 15:29:38 +03:00
# $Id: Makefile,v 1.5 1994/12/22 12:30:21 cgd Exp $
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
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>