summaryrefslogtreecommitdiff
path: root/usr/src/lib/libvrrpadm/Makefile
diff options
context:
space:
mode:
authorCathy Zhou <Cathy.Zhou@Sun.COM>2009-11-17 09:17:48 -0800
committerCathy Zhou <Cathy.Zhou@Sun.COM>2009-11-17 09:17:48 -0800
commit1cb875ae88fb9463b368e725c2444776595895cb (patch)
treec64970d43307210909e61a5fa2feec47f8548bf9 /usr/src/lib/libvrrpadm/Makefile
parentfbe8965ded6a59e25279fffdb551ebe087980927 (diff)
downloadillumos-joyent-1cb875ae88fb9463b368e725c2444776595895cb.tar.gz
PSARC/2008/693 VRRP
PSARC/2009/388 VRRP Update 6288572 RFE: VRRP implementation desired for Solaris
Diffstat (limited to 'usr/src/lib/libvrrpadm/Makefile')
-rw-r--r--usr/src/lib/libvrrpadm/Makefile63
1 files changed, 63 insertions, 0 deletions
diff --git a/usr/src/lib/libvrrpadm/Makefile b/usr/src/lib/libvrrpadm/Makefile
new file mode 100644
index 0000000000..03b80fa465
--- /dev/null
+++ b/usr/src/lib/libvrrpadm/Makefile
@@ -0,0 +1,63 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+
+include $(SRC)/lib/Makefile.lib
+
+HDRS = netinet/vrrp.h libvrrpadm.h
+HDRDIR = common
+
+SUBDIRS = $(MACH)
+$(BUILD64)SUBDIRS += $(MACH64)
+
+POFILE = libvrrpadm.po
+MSGFILES = common/libvrrpadm.c
+
+XGETFLAGS = -a -x libvrrpadm.xcl
+
+all := TARGET = all
+clean := TARGET = clean
+clobber := TARGET = clobber
+install := TARGET = install
+lint := TARGET = lint
+
+.KEEP_STATE:
+
+all clean clobber install lint: $(SUBDIRS)
+
+install_h: $(ROOTHDRS)
+
+$(POFILE): pofile_MSGFILES
+
+_msg: $(MSGDOMAINPOFILE)
+
+check: $(CHECKHDRS)
+
+$(SUBDIRS): FRC
+ @cd $@; pwd; $(MAKE) $(TARGET)
+
+FRC:
+
+include $(SRC)/Makefile.msg.targ
+include $(SRC)/lib/Makefile.targ