From 9f86fab6af15168734ce81e4f93c3576dd360352 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sun, 17 Apr 2016 10:59:34 -0500 Subject: Add new localedef(1) stub --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54200fb..26b890c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ .POSIX: -all: getconf/getconf +all: getconf/getconf localedef/localedef getconf/getconf: cd getconf && $(MAKE) +localedef/localedef: + cd localedef && ${MAKE} + clean: cd getconf && $(MAKE) clean @@ -12,3 +15,4 @@ install: mkdir -p $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/usr/share/man/man1 cd getconf && $(MAKE) install + cd localedef && $(MAKE) install -- cgit v1.2.3-70-g09d2