NetBSD/usr.bin/whereis/Makefile

10 lines
217 B
Makefile
Raw Normal View History

2004-04-02 01:41:37 +04:00
# $NetBSD: Makefile,v 1.5 2004/04/01 21:41:37 christos Exp $
1994-09-18 06:14:32 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= whereis
2004-04-02 01:41:37 +04:00
WARNS= 3
MAN= whereis.1 which.1
LINKS= ${BINDIR}/whereis ${BINDIR}/which
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>