10 lines
217 B
Makefile
10 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/04/01 21:41:37 christos Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= whereis
|
|
WARNS= 3
|
|
MAN= whereis.1 which.1
|
|
LINKS= ${BINDIR}/whereis ${BINDIR}/which
|
|
|
|
.include <bsd.prog.mk>
|