mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
9 lines
104 B
Makefile
9 lines
104 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= ypcat
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|