aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/rtadvd.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/rtadvd.tproj/Makefile')
-rw-r--r--network_cmds/rtadvd.tproj/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/network_cmds/rtadvd.tproj/Makefile b/network_cmds/rtadvd.tproj/Makefile
new file mode 100644
index 0000000..ca540e2
--- /dev/null
+++ b/network_cmds/rtadvd.tproj/Makefile
@@ -0,0 +1,11 @@
+PROG= rtadvd
+MAN= rtadvd.8 rtadvd.conf.5
+SRCS= advcap.c config.c dump.c if.c \
+ rrenum.c rtadvd_logging.c rtadvd.c \
+ timer.c
+
+LDADD+=-lutil
+
+BINDIR=/usr/sbin
+
+.include <bsd.prog.mk>