libcompat doesn't seem to be necessary any more.

This commit is contained in:
Poul-Henning Kamp 2004-06-21 16:09:29 +00:00
parent 07c1e2e1de
commit 18598252b8

View File

@ -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 <bsd.prog.mk>