mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
10 lines
119 B
Makefile
10 lines
119 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= yppoll
|
|
MAN= yppoll.8
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|