Home | History | Annotate | Line # | Download | only in whereis
Makefile revision 1.5.36.1
      1 #	$NetBSD: Makefile,v 1.5.36.1 2009/05/13 19:20:11 jym Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	whereis
      5 MAN=	whereis.1 which.1
      6 LINKS=  ${BINDIR}/whereis ${BINDIR}/which
      7 
      8 .include <bsd.prog.mk>
      9