Skip to content

Commit

Permalink
install 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 b0c92de commit 42d5890
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions freebsd2/usr.sbin/rip6query/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SRCDIR= ${.CURDIR}/../../kame/rip6query

PROG= rip6query
MAN8= rip6query.8

CFLAGS+= -DINET6 -I${SRCDIR}/../route6d
LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.CURDIR}/../../lib/libinet6/libinet6.a \
${.CURDIR}/../../lib/libinet6/obj/libinet6.a \
/usr/local/v6/lib/libinet6.a

.PATH: ${SRCDIR}

.include <bsd.prog.mk>

0 comments on commit 42d5890

Please sign in to comment.