feec04b355
And put : - pom - caesar - grdc Differential Revision: https://reviews.freebsd.org/D36230
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= games
|
|
|
|
PROG= pom
|
|
MAN= pom.6
|
|
LIBADD= m
|
|
|
|
.include <bsd.prog.mk>
|