NetBSD/usr.bin/which/Makefile

11 lines
255 B
Makefile
Raw Normal View History

1993-07-31 02:28:22 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 7/1/90
1994-12-22 15:30:38 +03:00
# $Id: Makefile,v 1.3 1994/12/22 12:31:36 cgd 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:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/which.csh ${DESTDIR}${BINDIR}/which
.include <bsd.prog.mk>