diff options
Diffstat (limited to 'usr/src/lib/libipsecutil/Makefile')
-rw-r--r-- | usr/src/lib/libipsecutil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libipsecutil/Makefile b/usr/src/lib/libipsecutil/Makefile index 465f690273..0d42ac0480 100644 --- a/usr/src/lib/libipsecutil/Makefile +++ b/usr/src/lib/libipsecutil/Makefile @@ -30,11 +30,10 @@ HDRDIR = common SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) -all := TARGET = all +all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint # # Definitions for message catalog @@ -43,7 +42,7 @@ MSGFILES = `$(GREP) -l gettext common/*.[ch]` POFILE = libipsecutil.po .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(POFILE): pofile_MSGFILES |