summaryrefslogtreecommitdiff
path: root/src/chroot-tools/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-23 20:00:05 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-26 16:26:29 -0400
commitd11311f66524dd61b4f186bbbc91d0e47b7e4f4d (patch)
tree71305c620216a15dda02439d64dac7418c1b1baf /src/chroot-tools/Makefile
parent03119e29b4bb744478e6e01922da4d50cf4cbcbc (diff)
Makefile: create a standard 'pot' target
Diffstat (limited to 'src/chroot-tools/Makefile')
-rw-r--r--src/chroot-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile
index db1cdf5..b42d28d 100644
--- a/src/chroot-tools/Makefile
+++ b/src/chroot-tools/Makefile
@@ -6,6 +6,8 @@ no-progs = $(libexecs)
# These are the shell libraries we will use
libs = makechrootpkg.sh $(wildcard hooks-*.sh)
+pots = $(libexecs) $(libs)
+
pkglibexecdir = $(libexecdir)/libretools/chroot
clean_files = makechrootpkg.sh.ugly* *~
include ../../common.mk