NetBSD/usr.sbin/rtsold/Makefile

15 lines
257 B
Makefile
Raw Normal View History

2003-09-06 16:56:43 +04:00
# $NetBSD: Makefile,v 1.10 2003/09/06 12:56:43 itojun Exp $
PROG= rtsold
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
2003-09-06 16:56:43 +04:00
CPPFLAGS+=-DINET6 -DUSE_RTSOCK
MAN= rtsold.8
MLINKS= rtsold.8 rtsol.8
2002-05-31 14:22:11 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>