mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rip6query
|
|
MAN= rip6query.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../route6d
|
|
|
|
.include <bsd.prog.mk>
|