diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 22:10:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-05 22:10:43 +0000 |
commit | a8e642f574e312a63ece704194ab93b36590d817 (patch) | |
tree | 266f91f670e1bbcc173cdf0ea524f9e010a458b7 /usr.sbin/rrenumd | |
parent | 04cb9bbb1ead3dc9e7a2ccf85af4e8287c15f01f (diff) | |
download | src-test2-a8e642f574e312a63ece704194ab93b36590d817.tar.gz src-test2-a8e642f574e312a63ece704194ab93b36590d817.zip |
Notes
Diffstat (limited to 'usr.sbin/rrenumd')
-rw-r--r-- | usr.sbin/rrenumd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rrenumd/Makefile b/usr.sbin/rrenumd/Makefile index c4596562e8fe..81f915657336 100644 --- a/usr.sbin/rrenumd/Makefile +++ b/usr.sbin/rrenumd/Makefile @@ -17,7 +17,7 @@ PROG= rrenumd SRCS= rrenumd.c parser.y lexer.l YFLAGS+= -d -CFLAGS+= -DINET6 -DIPSEC -I${.CURDIR} -I${.OBJDIR} +CFLAGS+= -DINET6 -DIPSEC -I. -I${.CURDIR} LDADD= -lipsec -lcompat -ll -ly DPADD= ${LIBIPSEC} ${LIBCOMPAT} ${LIBL} ${LIBY} |