Files
dennypage-dpinger/Makefile
T
Renato Botelho d2a4d6f99d Disable debug on default build
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)
2015-11-25 15:16:16 -02:00

10 lines
93 B
Makefile

PROG= dpinger
MAN=
BINDIR= ${PREFIX}/bin
WARNS= 6
LDADD= -lpthread
.include <bsd.prog.mk>