diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ CC?=gcc -CFLAGS+= -lrt + +# Run this with make CFLAGS=-lrt if you want to compile on kfreebsd +#CFLAGS+= -lrt all: macping mndp mactelnet mactelnetd |
![]() |
index : MAC-Telnet.git | |
Open source MAC Telnet client and server for connecting to Microtik RouterOS routers and Linux machines via MAC address. (mirror of https://github.com/vyos/MAC-Telnet.git) |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 4 |
@@ -1,6 +1,8 @@ CC?=gcc -CFLAGS+= -lrt + +# Run this with make CFLAGS=-lrt if you want to compile on kfreebsd +#CFLAGS+= -lrt all: macping mndp mactelnet mactelnetd |