diff options
Diffstat (limited to 'usr/src/lib/libinetutil/Makefile')
| -rw-r--r-- | usr/src/lib/libinetutil/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/usr/src/lib/libinetutil/Makefile b/usr/src/lib/libinetutil/Makefile index 980894ba78..0bc13a5c87 100644 --- a/usr/src/lib/libinetutil/Makefile +++ b/usr/src/lib/libinetutil/Makefile @@ -19,19 +19,22 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" # include ../Makefile.lib -HDRS = libinetutil.h +HDRS = libinetutil.h ofmt.h HDRDIR = common SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) +POFILE = libinetutil.po +MSGFILES = common/ofmt.c +XGETFLAGS = -a + all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber @@ -46,9 +49,15 @@ install_h: $(ROOTHDRS) check: $(CHECKHDRS) +$(POFILE): $(MSGFILES) + $(BUILDPO.msgfiles) + +_msg: $(MSGDOMAINPOFILE) + $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) FRC: +include $(SRC)/Makefile.msg.targ include ../Makefile.targ |
