OSDN Git Service

iptables: Add subtarget (cmd, lib) to Makefile
authorAkihiro MOTOKI <amotoki@gmail.com>
Mon, 10 Jun 2013 14:30:53 +0000 (23:30 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Mon, 10 Jun 2013 14:30:53 +0000 (23:30 +0900)
manual/iptables/Makefile

index 5b478cf..62e0ae4 100644 (file)
@@ -13,6 +13,8 @@ MSGMERGE_OPTS = --no-wrap --no-location
 WORK_DIR = .
 
 all:   translate
+cmd:   translate-cmd
+lib:   translate-lib
 
 translate:     translate-cmd translate-lib
 translate-cmd: $(patsubst %,_translate-%,$(notdir $(MASTER_CMD)))