mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CFLAGS+= -DHAVE_POLL_H
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|