summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-11-21 18:20:53 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2011-11-21 18:20:53 +0100
commit6a9192d4d4f1d5c6849de158a707f4cc759c3ea5 (patch)
tree933919141d51523d92e69530d432249e009eab59 /Makefile
parenta5b710a45671c1b9504130d83d3ebe7fe8a65c5a (diff)
downloadMAC-Telnet-6a9192d4d4f1d5c6849de158a707f4cc759c3ea5.tar.gz
MAC-Telnet-6a9192d4d4f1d5c6849de158a707f4cc759c3ea5.zip
Removed librt as mandatory library. Only needed for kfreebsd.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b759a4..106238e 100644
--- a/Makefile
+++ b/Makefile
@@ -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