From a309537fdc8d86131522d43f9a9b2a0f58d9bda9 Mon Sep 17 00:00:00 2001 From: Tobias Heinicke Date: Wed, 6 Sep 2017 14:30:17 +0200 Subject: paint: add drawing program from 9front (#112) Paint first appeared in 9front. The 9front license is reproduced in the related source files - the original repository is located at https://code.9front.org/hg/plan9front. --- src/cmd/paint/mkfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/cmd/paint/mkfile (limited to 'src/cmd/paint/mkfile') diff --git a/src/cmd/paint/mkfile b/src/cmd/paint/mkfile new file mode 100644 index 00000000..272db4b4 --- /dev/null +++ b/src/cmd/paint/mkfile @@ -0,0 +1,11 @@ +<$PLAN9/src/mkhdr + +TARG=paint + +OFILES=\ + eenter.$O\ + paint.$O\ + +HFILES=paint.h\ + +<$PLAN9/src/mkone -- cgit v1.2.3