mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
eacae6dc66
Sponsored by: EMC / Isilon Storage Division
9 lines
106 B
Makefile
9 lines
106 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pom
|
|
MAN= pom.6
|
|
LIBADD= m
|
|
|
|
.include <bsd.prog.mk>
|