Skip to content

Commit

Permalink
add manpage. sync with SNAP.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Oct 7, 1999
1 parent 977f369 commit 9b6f50f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions kame/kame/rip6query/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@
.endif

PROG= rip6query
NOMAN= yes
.if (${OPSYS} != "NetBSD")
MAN8= rip6query.8
.else
MAN= rip6query.8
.endif

.if (${OPSYS} == NetBSD)
CPPFLAGS+= -DINET6 -I${.CURDIR}/../route6d
.else
CFLAGS+= -DINET6 -I${.CURDIR}/../route6d
.endif
LDADD+= -L${.OBJDIR}/../../src/libinet6 -L${.OBJDIR}/../../src/libinet6/obj \
LDADD+= -L${.OBJDIR}/../libinet6 -L${.OBJDIR}/../libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.OBJDIR}/../../src/libinet6/libinet6.a \
${.OBJDIR}/../../src/libinet6/obj/libinet6.a \
DPADD+= ${.OBJDIR}/../libinet6/libinet6.a \
${.OBJDIR}/../libinet6/obj/libinet6.a \
/usr/local/v6/lib/libinet6.a

.include <bsd.prog.mk>

0 comments on commit 9b6f50f

Please sign in to comment.