Skip to content

Commit

Permalink
add mip6control
Browse files Browse the repository at this point in the history
  • Loading branch information
keiichi committed Nov 21, 2001
1 parent b846775 commit 3636237
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions freebsd4/usr.sbin/Makefile
Expand Up @@ -6,5 +6,6 @@ SUBDIR+=natptconfig
SUBDIR+=natptlog
#SUBDIR+=ifmcstat
SUBDIR+=racoon
SUBDIR+=mip6control

.include <bsd.subdir.mk>
18 changes: 18 additions & 0 deletions freebsd4/usr.sbin/mip6control/Makefile
@@ -0,0 +1,18 @@
#
# $Id: Makefile,v 1.1 2001/11/21 10:28:21 keiichi Exp $
#
SRCDIR= ${.CURDIR}/../../kame/mip6control

PROG= mip6control
SRCS= mip6control.c

CFLAGS+=-DINET6 -Wall

DPADD+= ${.OBJDIR}/../../lib/libinet6/libinet6.a /usr/local/v6/lib/libinet6.a
LDADD+= -L${.OBJDIR}/../../lib/libinet6 -L/usr/local/v6/lib -linet6

MAN8= mip6control.8

.PATH: ${SRCDIR}

.include <bsd.prog.mk>

0 comments on commit 3636237

Please sign in to comment.