diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 21:57:43 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 21:57:43 +0200 |
commit | 55e06729b173b24ce0c243db7e96094f10071eaf (patch) | |
tree | 7cdb035b95c8800231ea1350f4cff7a9f0033bde /proto/pipe/Makefile | |
parent | d7975d261f8a30efcdbd9fad6ba47419a6ac6c39 (diff) | |
download | bird-55e06729b173b24ce0c243db7e96094f10071eaf.tar bird-55e06729b173b24ce0c243db7e96094f10071eaf.zip |
Forgot to do a `cvs add', grr.
Diffstat (limited to 'proto/pipe/Makefile')
-rw-r--r-- | proto/pipe/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/pipe/Makefile b/proto/pipe/Makefile new file mode 100644 index 0000000..77de5b8 --- /dev/null +++ b/proto/pipe/Makefile @@ -0,0 +1,6 @@ +source=pipe.c +root-rel=../../ +dir-name=proto/pipe + +include ../../Rules + |