X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fping_src%2FMakefile;h=4d44a338947713acba23bf5653e593d417422867;hb=e6eafcb86732068e2094f04a2452098c13256336;hp=5d94dbeff4caec6bc371c214c30c813425100987;hpb=ff036dcc7df8d27aa087d71c7e024ab81d550962;p=tpg%2Facess2.git diff --git a/Usermode/Applications/ping_src/Makefile b/Usermode/Applications/ping_src/Makefile index 5d94dbef..4d44a338 100644 --- a/Usermode/Applications/ping_src/Makefile +++ b/Usermode/Applications/ping_src/Makefile @@ -2,6 +2,8 @@ -include ../Makefile.cfg +LDFLAGS += -lnet + OBJ = main.o BIN = ../ping