diff options
Diffstat (limited to 'appl/cmd/ip/nppp/mkfile')
| -rw-r--r-- | appl/cmd/ip/nppp/mkfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/appl/cmd/ip/nppp/mkfile b/appl/cmd/ip/nppp/mkfile new file mode 100644 index 00000000..0f803acd --- /dev/null +++ b/appl/cmd/ip/nppp/mkfile @@ -0,0 +1,24 @@ +<../../../../mkconfig + +TARG=\ + ppplink.dis\ + pppchat.dis\ + modem.dis\ + script.dis\ +# ppptest.dis\ + +MODULES=\ + modem.m\ + script.m\ + +SYSMODULES=\ + sys.m\ + draw.m\ + tk.m\ + dict.m\ + string.m\ + lock.m\ + +DISBIN=$ROOT/dis/ip/nppp + +<$ROOT/mkfiles/mkdis |
