NetBSD/usr.bin/which/Makefile

11 lines
262 B
Makefile
Raw Normal View History

1993-07-31 02:28:22 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 7/1/90
1996-10-18 09:55:26 +04:00
# $Id: Makefile,v 1.4 1996/10/18 06:24:43 thorpej Exp $
1993-03-21 12:45:37 +03:00
1994-12-22 15:30:38 +03:00
MAN= which.1
1993-03-21 12:45:37 +03:00
beforeinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1993-03-21 12:45:37 +03:00
${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which
.include <bsd.prog.mk>