X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FApplications%2Fping_src%2FMakefile;h=3893fa0fcd146d9cd2df54c0414737df4f703fa5;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hp=5d94dbeff4caec6bc371c214c30c813425100987;hpb=268cff7210477842399170f18bf9cdaaa1c264c6;p=tpg%2Facess2.git diff --git a/Usermode/Applications/ping_src/Makefile b/Usermode/Applications/ping_src/Makefile index 5d94dbef..3893fa0f 100644 --- a/Usermode/Applications/ping_src/Makefile +++ b/Usermode/Applications/ping_src/Makefile @@ -2,8 +2,10 @@ -include ../Makefile.cfg +LIBS += -lnet + OBJ = main.o -BIN = ../ping +BIN = ping -include ../Makefile.tpl