]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
pppd: linux: use monotonic time if possible
[ppp.git] / pppd / Makefile.linux
index 8d5ce99d92202c4326730393c0d9e56d327fbefe..2a05bc42492b4b2973653b05cc2007e9eb963238 100644 (file)
@@ -33,7 +33,7 @@ endif
 # CC = gcc
 #
 COPTS = -O2 -pipe -Wall -g
-LIBS =
+LIBS = -lrt
 
 # Uncomment the next line to include support for Microsoft's
 # MS-CHAP authentication protocol.  Also, edit plugins/radius/Makefile.linux.