Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed to be compilable.
  • Loading branch information
sakane committed Oct 22, 1999
1 parent 6a8f04b commit bfc13c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd3/usr.sbin/setkey/Makefile
Expand Up @@ -17,7 +17,7 @@ BINMODE=555
all: ${PROG} scriptdump

CFLAGS+=-DIPSEC_DEBUG -DINET6 -DYY_NO_UNPUT
CFLAGS+=-I${.OBJDIR}/../../lib/libipsec -I${SRCDIR} -I${.OBJDIR}
CFLAGS+=-I${.OBJDIR} -I${SRCDIR} -I${.OBJDIR}/../../lib/libipsec
LDADD+= -L${.OBJDIR}/../../lib/libipsec -L${.OBJDIR}/../../lib/libinet6 \
-L/usr/local/v6/lib -lipsec -linet6
DPADD+= ${.OBJDIR}/../../lib/libipsec/libipsec.a \
Expand Down

0 comments on commit bfc13c5

Please sign in to comment.