diff options
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r-- | usr.sbin/rtadvd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index 92c928d92fe..c9df9e0ae7f 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2006/12/19 14:50:29 itojun Exp $ +# $OpenBSD: Makefile,v 1.6 2008/04/21 20:40:55 rainer Exp $ PROG= rtadvd -SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c +SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c log.c +CFLAGS+=-Wall LDADD+= -lutil DPADD+= ${LIBUTIL} MAN= rtadvd.8 rtadvd.conf.5 |