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

PROG=	rip6query
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "OpenBSD")
MAN=	rip6query.8
.else
MAN8=	rip6query.8
.endif

CFLAGS+=-ansi -pedantic -Wall -Werror
.if (${OPSYS} == NetBSD)
CPPFLAGS+=	-DINET6 -I${.CURDIR}/../route6d
.else
CFLAGS+=	-DINET6 -I${.CURDIR}/../route6d
.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
@@
