diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:10:50 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-09 15:10:50 +0000 |
commit | ed654e801ef216f3f614e23c0a18c6fb3de68856 (patch) | |
tree | 10793c70506c0de761999cde488378bfa61ff4c1 /usr.sbin/rtsold/Makefile | |
parent | e81fedf11966b1319ff9cc32a21757dc59a0485c (diff) |
rtsold(8); router solicitation daemon.
rtsol(8); router solicitation program, for use in bootstrap process
(statically linked)
rcsid police. add missing prototypes.
(sync with KAME)
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r-- | usr.sbin/rtsold/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile new file mode 100644 index 00000000000..3c619119ac3 --- /dev/null +++ b/usr.sbin/rtsold/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1 1999/12/09 15:10:49 itojun Exp $ + +PROG= rtsold +SRCS= rtsold.c rtsol.c if.c probe.c dump.c + +CPPFLAGS+=-DINET6 +LDADD+= -lkvm +DPADD+= ${LIBKVM} + +MAN= rtsold.8 +MLINKS= rtsold.8 rtsol.8 + +.include <bsd.prog.mk> |