Skip to content

Commit

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

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

0 comments on commit 399901d

Please sign in to comment.