head     1.1;
branch   1.1.1;
access   ;
symbols  init:1.1.1.1 vendor:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.01.16.11.22.29;  author sctp;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.01.16.11.22.29;  author sctp;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#	$NetBSD: Makefile,v 1.7 1995/03/18 14:56:21 cgd Exp $
#	@@(#)Makefile	8.1 (Berkeley) 6/5/93

.if exists(${.CURDIR}/../Makefile.opsys)
.include "${.CURDIR}/../Makefile.opsys"
.endif

BINDIR=	${PREFIX}/sbin
PROG=	route6d
.if (${OPSYS} != "NetBSD")
MAN8=	route6d.8
.else
MAN=	route6d.8
.endif

.if (${OPSYS} == NetBSD)
CPPFLAGS+=	-DINET6
.else
CFLAGS+=	-DINET6
.endif
.if (${OPSYS} == NetBSD) || (${OPSYS} == OpenBSD)
LDADD+=	-lutil
DPADD+=	${LIBUTIL}
.endif
.if exists(/usr/local/v6/lib/libinet6.a)
LDADD+=	-L${.OBJDIR}/../libinet6 -L${.OBJDIR}/../libinet6/obj \
	-L/usr/local/v6/lib -linet6
DPADD+= ${.OBJDIR}/../libinet6/libinet6.a \
	${.OBJDIR}/../libinet6/obj/libinet6.a \
	/usr/local/v6/lib/libinet6.a
.endif

.include <bsd.prog.mk>
@


1.1.1.1
log
@sctp test cvs
@
text
@@
