64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
140 B
Makefile
10 lines
140 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rip6query
|
|
MAN= rip6query.8
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/route6d
|
|
|
|
.include <bsd.prog.mk>
|