diff options
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r-- | usr.sbin/rtadvd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index 7c658546b76..6f14591aff9 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 1999/12/11 10:33:27 itojun Exp $ +# $OpenBSD: Makefile,v 1.2 2000/05/23 11:23:22 itojun Exp $ PROG= rtadvd -SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c +SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c CPPFLAGS+=-DINET6 LDADD+= -lcompat |