64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
215 B
Makefile
14 lines
215 B
Makefile
# $FreeBSD$
|
|
#
|
|
.PATH: ${.CURDIR:H}/rtadvd
|
|
|
|
PROG= rtadvctl
|
|
MAN= rtadvctl.8
|
|
|
|
SRCS= rtadvctl.c control.c control_client.c if.c timer_subr.c
|
|
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR:H}/rtadvd
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|