NetBSD/sbin/rtsol/Makefile
itojun 8ce82eb757 sbin/rtsol now shares source code with usr.sbin/rtsold.
sbin/rtsol is compiled separately for static linkage.
1999-09-03 05:25:43 +00:00

17 lines
252 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/09/03 05:25:44 itojun Exp $
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c
CPPFLAGS+=-DINET6
LDADD+= -lkvm
DPADD+= ${LIBKVM}
#MAN= rtsold.8
NOMAN= yes
.PATH: ${.CURDIR}/../../usr.sbin/rtsold
.include <bsd.prog.mk>