1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00
freebsd/games/pom/Makefile
Andrey A. Chernov 5233f1c6ed -Wall cleanup
Remove unneded function
1996-05-27 23:11:26 +00:00

10 lines
125 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= pom
MAN6= pom.6
DPADD= ${LIBM}
LDADD= -lm
CFLAGS+=-Wall
.include <bsd.prog.mk>