mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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>
|