mirror of
https://github.com/dennypage/dpinger.git
synced 2024-05-19 06:50:01 +00:00
d2a4d6f99d
Default build shouldn't add debug symbols, it should be optional. On FreeBSD ports tree for instance, if you pass -DWITH_DEBUG it's going to make necessary changes like add -g and remove optimization from CFLAGS, also disable strip from install command Sponsored-by: Rubicon Communications (Netgate)
10 lines
93 B
Makefile
10 lines
93 B
Makefile
PROG= dpinger
|
|
MAN=
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
WARNS= 6
|
|
|
|
LDADD= -lpthread
|
|
|
|
.include <bsd.prog.mk>
|