b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
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>
|