From 18598252b899ffaf58cb89cac343d2b6d07dafbd Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 21 Jun 2004 16:09:29 +0000 Subject: [PATCH] libcompat doesn't seem to be necessary any more. --- usr.sbin/rtadvd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index d1ca23ba8641..7fa20987e59c 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -20,7 +20,4 @@ SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c CFLAGS+= -DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO -DPADD= ${LIBCOMPAT} -LDADD= -lcompat - .include