mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
064aa4479f
Tested with: cmp(1)
10 lines
127 B
Makefile
10 lines
127 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CFLAGS+= -DHAVE_POLL_H
|
|
|
|
.include <bsd.prog.mk>
|