From 4b05e0e49c979e4a49f37a441556ee11cd6a0c5e Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Fri, 5 Jul 2019 21:25:26 -0500 Subject: build: add gprbuild projects --- usr.bin/tty/tty.gpr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 usr.bin/tty/tty.gpr (limited to 'usr.bin/tty') diff --git a/usr.bin/tty/tty.gpr b/usr.bin/tty/tty.gpr new file mode 100644 index 0000000..dcd0c68 --- /dev/null +++ b/usr.bin/tty/tty.gpr @@ -0,0 +1,6 @@ +project tty extends "template/usr_bin.gpr" is + + for Main use (project'Name); + for Object_Dir use External ("BUILDROOT") & "/" & project'Name; + +end tty; -- cgit v1.2.3-60-g2f50