mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= yppoll
|
|
MAN8= yppoll.8
|
|
|
|
.include <bsd.prog.mk>
|