summaryrefslogtreecommitdiff
path: root/usr.bin/getconf/getconf.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getconf/getconf.gpr')
-rw-r--r--usr.bin/getconf/getconf.gpr6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/getconf/getconf.gpr b/usr.bin/getconf/getconf.gpr
new file mode 100644
index 0000000..3f22aa7
--- /dev/null
+++ b/usr.bin/getconf/getconf.gpr
@@ -0,0 +1,6 @@
+project getconf extends "template/usr_bin.gpr" is
+
+ for Main use (project'Name);
+ for Object_Dir use External ("BUILDROOT") & "/" & project'Name;
+
+end getconf;