mirror of
https://github.com/dennypage/dpinger.git
synced 2024-05-19 06:50:01 +00:00
10 lines
93 B
Makefile
10 lines
93 B
Makefile
PROG= dpinger
|
|
MAN=
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
WARNS= 6
|
|
|
|
LDADD= -lpthread
|
|
|
|
.include <bsd.prog.mk>
|