aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-21 16:10:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-21 16:10:00 +0000
commit37d6fe57c5655c548c2686b3822b243f594bf7ec (patch)
tree85e93a616e005a0607f6444c970b52d075c15cb0
parent18598252b899ffaf58cb89cac343d2b6d07dafbd (diff)
Notes
-rw-r--r--usr.sbin/rrenumd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile
index 21a948920668e..c85911e09dfc0 100644
--- a/usr.sbin/rrenumd/Makefile
+++ b/usr.sbin/rrenumd/Makefile
@@ -21,8 +21,8 @@ SRCS= rrenumd.c parser.y lexer.l
CFLAGS+= -DINET6 -DIPSEC -I. -I${.CURDIR}
YFLAGS= -d
-LDADD= -lipsec -lcompat -ll -ly
-DPADD= ${LIBIPSEC} ${LIBCOMPAT} ${LIBL} ${LIBY}
+LDADD= -lipsec -ll -ly
+DPADD= ${LIBIPSEC} ${LIBL} ${LIBY}
CLEANFILES= y.tab.h
SRCS+= y.tab.h