mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
8 lines
76 B
Makefile
8 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= whereis
|
|
MAN= whereis.1
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|