aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/common/Makefile')
-rw-r--r--usr.sbin/mrouted/common/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile
new file mode 100644
index 000000000000..9bcfb27462bc
--- /dev/null
+++ b/usr.sbin/mrouted/common/Makefile
@@ -0,0 +1,17 @@
+# $Id$
+
+LIB= mrouted
+NOPROFILE=
+NOSHARED=
+
+S= ${.CURDIR}/..
+.PATH: $S
+CFLAGS+= -I$S
+
+SRCS= igmp.c inet.c kern.c
+NOMAN=
+
+# nothing to install
+install:
+
+.include <bsd.lib.mk>