mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
PROG= pom
|
||
|
MAN6= pom.6
|
||
|
DPADD= ${LIBM}
|
||
|
LDADD= -lm
|
||
|
|
||
|
.include <bsd.prog.mk>
|