Home | History | Annotate | Line # | Download | only in whereis
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2004/04/01 21:41:37 christos Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	whereis
      5 WARNS=	3
      6 MAN=	whereis.1 which.1
      7 LINKS=  ${BINDIR}/whereis ${BINDIR}/which
      8 
      9 .include <bsd.prog.mk>
     10