summaryrefslogtreecommitdiffstats
path: root/src/libcomplete/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-02-09 19:33:05 +0000
committerrsc <devnull@localhost>2004-02-09 19:33:05 +0000
commitd51419bf4397cf13d0c50bf84c125477c6bed307 (patch)
treed9a10c72e5b710e7a9f85e632c8b893ecd43dd0a /src/libcomplete/mkfile
parentc1973705501d05e906bd14a0dc25cc4472b5871f (diff)
downloadplan9port-d51419bf4397cf13d0c50bf84c125477c6bed307.tar.gz
plan9port-d51419bf4397cf13d0c50bf84c125477c6bed307.zip
various tweaks.
Diffstat (limited to 'src/libcomplete/mkfile')
-rw-r--r--src/libcomplete/mkfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libcomplete/mkfile b/src/libcomplete/mkfile
new file mode 100644
index 00000000..233dbef8
--- /dev/null
+++ b/src/libcomplete/mkfile
@@ -0,0 +1,10 @@
+PLAN9=../..
+<$PLAN9/src/mkhdr
+
+LIB=libcomplete.a
+OFILES=\
+ complete.$O\
+
+HFILES=$PLAN9/include/complete.h
+
+<$PLAN9/src/mksyslib