NetBSD/sbin/rtsol/Makefile

14 lines
254 B
Makefile
Raw Normal View History

2001-07-10 00:04:32 +04:00
# $NetBSD: Makefile,v 1.6 2001/07/09 20:04:32 thorpej Exp $
PROG= rtsol
2001-07-10 00:04:32 +04:00
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
CPPFLAGS+=-DINET6 -DHAVE_GETIFADDRS
#MAN= rtsold.8
NOMAN= yes
.PATH: ${.CURDIR}/../../usr.sbin/rtsold
.include <bsd.prog.mk>