mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# $NetBSD: Makefile,v 1.7 1995/03/18 14:56:21 cgd Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rip6query
|
|
MAN8= rip6query.8
|
|
|
|
CFLAGS+=-DINET6 -I${.CURDIR}/../route6d
|
|
|
|
.include <bsd.prog.mk>
|