8 lines
76 B
Makefile
8 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= whereis
|
|
MAN= whereis.1
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|